Skip to content
Snippets Groups Projects
Commit c7135dab authored by Mark Wheelhouse's avatar Mark Wheelhouse
Browse files

added two new print tests (for \b and \r characters)

parent 02150954
No related branches found
No related tags found
No related merge requests found
# simple print statement off a string with a backspace character
# Output:
# Hell World!
# Program:
begin
print "Hello\b World!\n"
end
# simple print statement off a string with a carridge-return character
# Output:
# World!
# Program:
begin
print "Hello \r World!\n"
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment