Files
epics-base/modules
Andrew Johnson 55f4e55383 Support for JSON5 character escapes in strings
Any character other than the digits 1-9 may be preceded by a
reverse solidus '\', and unless the combination has an explicitly
defined expansion the character is included without the solidus.
JSON5 adds \', \0 and \v to the set of defined escapes, and an
escaped newline is omitted from a string.

In the test case Perl uses \13 instead of \v in the output
but it is the correct character (13 octal = 11 decimal = '\v').
2020-08-09 00:33:07 -05:00
..
2020-07-26 13:48:01 -07:00
2020-07-26 13:48:01 -07:00
2020-05-28 18:25:32 -05:00
2020-07-26 13:48:01 -07:00
2020-05-28 18:25:32 -05:00