diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cut.lac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/cut.lac b/tests/cut.lac new file mode 100644 index 00000000..6b7b4ef3 --- /dev/null +++ b/tests/cut.lac @@ -0,0 +1,6 @@ +val r = {A = 1, B = "Hi", C = 0.0} +val rA = r -- #A + +val main : unit -> page = fn () => <html><body> + {cdata rA.B} +</body></html> |