pofile/test
Julian Bäume 94f5f4a83e add reverse method of extract(string)
during PO.parse, an extract(string) method is called on each string to
unescape some characters (like " and \). This process should be reverted
in the toString method.

The PO spec says, that all strings should be C-Strings. Otherwise tools
like msgmerge (from the gettext package) will fail parsing po files written
by this library.
2014-03-05 10:13:30 +01:00
..
fixtures Handle extracted comments 2014-03-02 13:17:20 -05:00
comments.js Update test header. 2013-12-17 14:44:18 +01:00
headers.js Start adding a real unit test framework. 2013-12-17 14:37:17 +01:00
parse.js Handle extracted comments 2014-03-02 13:17:20 -05:00
write.js add reverse method of extract(string) 2014-03-05 10:13:30 +01:00