summaryrefslogtreecommitdiff
path: root/tests/test_properties.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright update.Georg Brandl2017-01-221-1/+1
|
* Added recognition of keys without a value being setJessie Wincek2016-06-021-0/+16
|
* The test test_space_delimiited_kv_pair() got a nameJessie Wincek2016-06-021-1/+1
|
* Added space as a valid delimiter between key and value. Added tests for \ ↵Jessie Wincek2016-06-021-0/+33
| | | | escaped spaces in keys and values.
* Comment leading whitespace no longer counts as Token.Comment but instead ↵Jessie Wincek2016-06-021-0/+9
| | | | Token.Text
* Added ! comment recognitionJessie Wincek2016-06-021-0/+31