From 3be0a0b78a3a59d10a53ed08bbff04aa9cafbdad Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 23 Nov 2009 00:45:10 -0500 Subject: Support nested /* */ comments. --- tests/dimension/punctuation.pov | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/dimension/punctuation.pov') diff --git a/tests/dimension/punctuation.pov b/tests/dimension/punctuation.pov index 9e8a906..e68646b 100644 --- a/tests/dimension/punctuation.pov +++ b/tests/dimension/punctuation.pov @@ -17,6 +17,8 @@ * along with this program. If not, see . * *************************************************************************/ -// Test that we correctly tokenize all simple punctuation marks +/* Test that we correctly tokenize all simple punctuation marks + * // Also make sure we handle nested /* comments */ properly + */ {}()[]+-*/,;?:&.|=<>!<= >= != -- cgit v1.2.3