Input string |
Expected |
Strict |
Friendly |
def="m\"no" pqr=" stu="vwx""
|
<-- expected -->
def="m\"no" pqr=" stu="
<-- /expected -->
|
<-- actual -->
%STRICTTAG{ def="m\"no" pqr=" stu="vwx""}%
<-- /actual -->
|
%FRIENDLYTAG{ def="m\"no" pqr=" stu="vwx""}%
|
|
<-- expected BLANK -->
<-- /expected -->
|
<-- actual BLANK -->
%STRICTTAG{ }%
<-- /actual -->
|
%FRIENDLYTAG{ }%
|
bloody " hell
|
<-- expected -->
"bloody \" hell"
<-- /expected -->
|
<-- actual -->
%STRICTTAG{ bloody " hell}%
<-- /actual -->
|
%FRIENDLYTAG{ bloody " hell}%
|
"abc\" def="ghi" jkl" def="mno" pqr=" stu="\"vwx""
|
<-- expected -->
"abc\" def=\"ghi\" jkl" def="mno" pqr=" stu="
<-- /expected -->
|
<-- actual -->
%STRICTTAG{ "abc\" def="ghi" jkl" def="mno" pqr=" stu="\"vwx""}%
<-- /actual -->
|
%FRIENDLYTAG{ "abc\" def="ghi" jkl" def="mno" pqr=" stu="\"vwx""}%
|