diff options
author | Adrian Thurston <thurston@complang.org> | 2012-05-21 16:58:13 -0400 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2012-05-21 16:58:13 -0400 |
commit | d13473b83fe0152007e0cef680848c0d12c48451 (patch) | |
tree | ea361936d7e5718bf0fc918a64a51b2e9b0c797b /test | |
parent | c07d054a260cd831c49aa8acd15c723613fd0615 (diff) | |
download | colm-d13473b83fe0152007e0cef680848c0d12c48451.tar.gz |
took out the trim before str conversion
No longer need to trim trees before converting to strings because the string
conversion does it automatically. To convert to a string without trimming the %
operator is used. This may change.
Diffstat (limited to 'test')
-rw-r--r-- | test/accumbt2.lm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/accumbt2.lm b/test/accumbt2.lm index 710ed551..9ad872f7 100644 --- a/test/accumbt2.lm +++ b/test/accumbt2.lm @@ -25,7 +25,7 @@ lex two [id2] { send OneParser [' extra '] - send OneParser [$(^r1)] + send OneParser [$r1] } def two |