aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-05-16 18:12:56 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-05-16 18:13:02 -0700
commit6f6c4377b236902566794c3d06820f3fdd7ec28c (patch)
treea3074d4d7c46585a9ece036455ff97b9ab12effc /tests
parentaf9dc0702568dc45b8809523dde760bb99aafbcb (diff)
Initial working version.
Diffstat (limited to 'tests')
-rw-r--r--tests/metaprogramming.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/metaprogramming.nom b/tests/metaprogramming.nom
index e94a78f..ac27394 100644
--- a/tests/metaprogramming.nom
+++ b/tests/metaprogramming.nom
@@ -42,7 +42,7 @@ try: foo 99
assume ((\(5 + 5) as value) = 10) or barf "%tree as value failed."
-assume (((\(foo %x)'s source code) as text) = "foo %x") or barf "source code failed."
+assume (((\(foo %x) as nomsu) as text) = "foo %x") or barf "source code failed."
assume ((repr [1,2]) = "{1, 2}") or barf "repr failed."