summaryrefslogtreecommitdiff
path: root/test/xml/xml.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/xml/xml.lm')
-rw-r--r--test/xml/xml.lm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xml/xml.lm b/test/xml/xml.lm
index d7e90771..2cedcf21 100644
--- a/test/xml/xml.lm
+++ b/test/xml/xml.lm
@@ -161,7 +161,7 @@ for Switch:tag in S {
if match Text
["<text>" TextContent:content "</text>"]
{
- print( ' ', TextContent, '\n' )
+ print( ' ' TextContent '\n' )
}
}
}