From 6f6c4377b236902566794c3d06820f3fdd7ec28c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 16 May 2018 18:12:56 -0700 Subject: Initial working version. --- tests/metaprogramming.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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." -- cgit v1.2.3