diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-06-19 10:32:41 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-06-19 10:36:02 -0400 |
commit | db09a6bc5bb5da674abf7b5f8874a57ef2cf4dfb (patch) | |
tree | 3ab3c42bbc872f701708cb855a9b9d954b54f9c5 /tests/dimension/transformations.sh | |
parent | c8667ce6ae94929e9bc06c9af51b6589bc528946 (diff) | |
download | dimension-db09a6bc5bb5da674abf7b5f8874a57ef2cf4dfb.tar.xz |
Abstract syntax tree improvements.
Keep objects in a single DMNSN_AST_OBJECT node type.
Diffstat (limited to 'tests/dimension/transformations.sh')
-rwxr-xr-x | tests/dimension/transformations.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/dimension/transformations.sh b/tests/dimension/transformations.sh index 3e6b8e2..65f8b1b 100755 --- a/tests/dimension/transformations.sh +++ b/tests/dimension/transformations.sh @@ -21,9 +21,10 @@ transformations=$(${top_builddir}/dimension/dimension --parse ${srcdir}/transformations.pov) transformations_exp="$(echo -n \ -'((sphere - (vector (integer 0) (integer 0) (integer 0) (integer 0) (integer 0)) - (integer 0) +'((object + (sphere + (vector (integer 0) (integer 0) (integer 0) (integer 0) (integer 0)) + (integer 0)) (object-modifiers (transformation (translation |