ResultGlyphs

Glyphs used to display special chars in the results

Members

Static functions

resetDefaults
resetDefaults()

Set the default values. The values are

Static variables

carriageReturn
string carriageReturn;

Glyph for the \r char

diffBegin
string diffBegin;

Glyph for the diff begin indicator

diffDelete
string diffDelete;

Glyph that marks deleted text in diff

diffEnd
string diffEnd;

Glyph for the diff end indicator

diffInsert
string diffInsert;

Glyph that marks an inserted text in diff

newline
string newline;

Glyph for the \n char

nullChar
string nullChar;

Glyph for the \0 char

sourceIndicator
string sourceIndicator;

Glyph that indicates the error line

sourceLineSeparator
string sourceLineSeparator;

Glyph that sepparates the line number

space
string space;

Glyph for the space char

tab
string tab;

Glyph for the tab char

Meta