diff --git a/src/StreamProtocol.cc b/src/StreamProtocol.cc index 2f7bbe1..d4760e2 100644 --- a/src/StreamProtocol.cc +++ b/src/StreamProtocol.cc @@ -1319,6 +1319,7 @@ compileString(StreamBuffer& buffer, const char*& source, {"nl", 0x0A}, {"vt", 0x0B}, {"ff", 0x0C}, + {"np", 0x0C}, {"cr", 0x0D}, {"so", 0x0E}, {"si", 0x0F},