diff options
author | chrysn <chrysn@fsfe.org> | 2013-06-24 18:10:15 (GMT) |
---|---|---|
committer | chrysn <chrysn@fsfe.org> | 2013-06-25 11:41:49 (GMT) |
commit | 2006824c24fe5611fe6f2cbb5453f43b0066f0a9 (patch) | |
tree | 2fc12563fc58dcc7d32885f8d0d01d43ac476057 /tests/regression/moduledumptest/allfunctions-expected.txt | |
parent | 06fd345dfc1b613d807ac31a766bd50fc4812148 (diff) |
drop moduledumptest, use `openscad -o ${NAME}.ast`
src/openscad.cc code was copy/pasted from .csg section; some refactoring
might make things nicer, but i didn't dare change too much for lack of
language knowledge
Diffstat (limited to 'tests/regression/moduledumptest/allfunctions-expected.txt')
-rw-r--r-- | tests/regression/moduledumptest/allfunctions-expected.txt | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/regression/moduledumptest/allfunctions-expected.txt b/tests/regression/moduledumptest/allfunctions-expected.txt deleted file mode 100644 index a8a0fea..0000000 --- a/tests/regression/moduledumptest/allfunctions-expected.txt +++ /dev/null @@ -1,29 +0,0 @@ -a = abs(); -b = sign(); -c = rands(); -d = min(); -e = max(); -f = sin(); -g = cos(); -h = asin(); -i = acos(); -j = tan(); -k = atan(); -l = atan2(); -m = round(); -n = ceil(); -o = floor(); -p = pow(); -q = sqrt(); -r = exp(); -s = log(); -t = ln(); -u = str(); -v = lookup(); -w = dxf_dim(); -x = dxf_cross(); -y = version(); -z = version_num(); -aa = len(); -bb = search(); - |