Tutorials Bugs Masterclass Free stuff Test pages Proposals

Core tests

Advanced tests

This test

RichInStyle.com tests: escapes

New lines

  1. This should be red (colo\
    r: red">

  2. This should be Courier New (font-family: "Courier\
    New").

  3. This should not be Courier New (font-family: "Courier\
    New") - no space between r and N.

Type 2 - to cancel characters except for a-f and 1-9

  1. This should not be red (color \: red">

  2. This should not be red (P\.class: red">

  3. This should be red({lands-end: \}; color: red;}).

  4. This should not be red: /* \*/ color: red.

Type 3 - to refer to certain characters

  1. This should be red (\63 olor: red).

  2. This should be red (color: r\000065d).

  3. This should be red (class with .cl\000061ss: red).