add NP byte code as alias for FF

This commit is contained in:
zimoch
2010-12-09 11:03:23 +00:00
parent 2fe3b5c68d
commit 5717dd6345

View File

@ -1319,6 +1319,7 @@ compileString(StreamBuffer& buffer, const char*& source,
{"nl", 0x0A},
{"vt", 0x0B},
{"ff", 0x0C},
{"np", 0x0C},
{"cr", 0x0D},
{"so", 0x0E},
{"si", 0x0F},