diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-11-23 00:45:10 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-11-23 00:45:10 -0500 |
commit | 3be0a0b78a3a59d10a53ed08bbff04aa9cafbdad (patch) | |
tree | 43619ed9439361930a1995bc9e132742df1c3ddf /tests/dimension/punctuation.pov | |
parent | c9d1d7fe7630496ac84428c53b56bc393a450af6 (diff) | |
download | dimension-3be0a0b78a3a59d10a53ed08bbff04aa9cafbdad.tar.xz |
Support nested /* */ comments.
Diffstat (limited to 'tests/dimension/punctuation.pov')
-rw-r--r-- | tests/dimension/punctuation.pov | 4 |
1 files changed, 3 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. * *************************************************************************/ -// 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 + */ {}()[]+-*/,;?:&.|=<>!<= >= != |