diff options
author | cvs2fossil <cvs2fossil@noemail.net> | 1998-09-29 00:25:04 (GMT) |
---|---|---|
committer | cvs2fossil <cvs2fossil@noemail.net> | 1998-09-29 00:25:04 (GMT) |
commit | 5d13675904755cfb4727a35d494f3ea7b235a96c (patch) | |
tree | b4cad5c4e073f1de004f77e4b322452fc3a4d3a3 /tests/option.file1 | |
parent | f110d4e2a4b45b23f037e22b18041093a18a028f (diff) | |
download | tk-core-8-1-a2.zip tk-core-8-1-a2.tar.gz tk-core-8-1-a2.tar.bz2 |
Created branch core-8-1-a2-syntheticcore-8-1-a2
FossilOrigin-Name: 8046ad5de8970f503b57fdb437eda1504822d279
Diffstat (limited to 'tests/option.file1')
-rw-r--r-- | tests/option.file1 | 17 |
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. |