diff options
Diffstat (limited to 'testsuite/runtime/parser/LiteralsCnc.gf')
| -rw-r--r-- | testsuite/runtime/parser/LiteralsCnc.gf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/runtime/parser/LiteralsCnc.gf b/testsuite/runtime/parser/LiteralsCnc.gf index d91a222c8..48da0119e 100644 --- a/testsuite/runtime/parser/LiteralsCnc.gf +++ b/testsuite/runtime/parser/LiteralsCnc.gf @@ -5,5 +5,6 @@ lincat S = Str ; lin IsString x = x.s ++ "is string" ;
lin IsInteger x = x.s ++ "is integer" ;
lin IsFloat x = x.s ++ "is float" ;
+lin IsEq x = x.s ++ "=" ++ x.s ;
}
\ No newline at end of file |
