summaryrefslogtreecommitdiffstats
path: root/tests/option.file1
diff options
context:
space:
mode:
authorsurles <surles>1998-06-10 14:46:46 (GMT)
committersurles <surles>1998-06-10 14:46:46 (GMT)
commit99d6a51db9046f5964e65559ad817d86cf7028a9 (patch)
tree0da41429cc54bcf93d185f0fab73d489f62da40f /tests/option.file1
parente1fc12dac0d628c4fc2b917aa2f195b77cd63069 (diff)
downloadtk-99d6a51db9046f5964e65559ad817d86cf7028a9.zip
tk-99d6a51db9046f5964e65559ad817d86cf7028a9.tar.gz
tk-99d6a51db9046f5964e65559ad817d86cf7028a9.tar.bz2
Initial revision
Diffstat (limited to 'tests/option.file1')
-rw-r--r--tests/option.file117
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/option.file1 b/tests/option.file1
new file mode 100644
index 0000000..e64b6cc
--- /dev/null
+++ b/tests/option.file1
@@ -0,0 +1,17 @@
+! This file is a sample option (resource) database used to test
+! Tk's option-handling capabilities.
+
+! Comment line \
+ with a backslash-newline sequence embedded in it.
+
+*x1: blue
+ tktest.x2 : green
+*\
+x3 \
+ : pur\
+ple
+*x 4: brown
+# More comments, this time delimited by hash-marks.
+ # Comment-line with space.
+*x6:
+# comment line as last line of file.