From 0d8ce979a4d98c895f5f75826e8c49f02a64f311 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 15 Jan 2015 12:44:05 -0800 Subject: Move tests to integration tests --- src/test/valid/comments-everywhere.toml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/test/valid/comments-everywhere.toml (limited to 'src/test/valid/comments-everywhere.toml') diff --git a/src/test/valid/comments-everywhere.toml b/src/test/valid/comments-everywhere.toml deleted file mode 100644 index 3dca74c..0000000 --- a/src/test/valid/comments-everywhere.toml +++ /dev/null @@ -1,24 +0,0 @@ -# Top comment. - # Top comment. -# Top comment. - -# [no-extraneous-groups-please] - -[group] # Comment -answer = 42 # Comment -# no-extraneous-keys-please = 999 -# Inbetween comment. -more = [ # Comment - # What about multiple # comments? - # Can you handle it? - # - # Evil. -# Evil. - 42, 42, # Comments within arrays are fun. - # What about multiple # comments? - # Can you handle it? - # - # Evil. -# Evil. -# ] Did I fool you? -] # Hopefully not. -- cgit v1.2.3