From 4d47846852dcbccc193368fcc6ef31f872101416 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 27 Oct 2009 21:12:08 -0400 Subject: Ignore comments in tokenizer. --- tests/dimension/punctuation.pov | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'tests/dimension/punctuation.pov') diff --git a/tests/dimension/punctuation.pov b/tests/dimension/punctuation.pov index db9911f..a691693 100644 --- a/tests/dimension/punctuation.pov +++ b/tests/dimension/punctuation.pov @@ -1,3 +1,24 @@ +/************************************************************************* + * Copyright (C) 2009 Tavian Barnes * + * * + * This file is part of The Dimension Test Suite. * + * * + * The Dimension Test Suite is free software; you can redistribute it * + * and/or modify it under the terms of the GNU General Public License as * + * published by the Free Software Foundation; either version 3 of the * + * License, or (at your option) any later version. * + * * + * The Dimension Test Suite is distributed in the hope that it will be * + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty * + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * + * General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see . * + *************************************************************************/ + +// Test that we correctly tokenize all simple punctuation marks + { ( [ -- cgit v1.2.3