michael@0: # simple check michael@0: 1=abc michael@0: # test whitespace trimming in key and value michael@0: 2 = xy michael@0: # test parsing of escaped values michael@0: 3 = \u1234\t\r\n\uAB\ michael@0: \u1\n michael@0: # test multiline properties michael@0: 4 = this is \ michael@0: multiline property michael@0: 5 = this is \ michael@0: another multiline property michael@0: # property with DOS EOL michael@0: 6 = test\u0036 michael@0: # test multiline property with with DOS EOL michael@0: 7 = yet another multi\ michael@0: line propery michael@0: # trimming should not trim escaped whitespaces michael@0: 8 = \ttest5\u0020 michael@0: # another variant of #8 michael@0: 9 = \ test6\t michael@0: # test UTF-8 encoded property/value michael@0: 10aሴb = c췯d michael@0: # next property should test unicode escaping at the boundary of parsing buffer michael@0: # buffer size is expected to be 4096 so add comments to get to this offset michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ################################################################################ michael@0: ############################################################################### michael@0: 11 = \uABCD