Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/cli/lexer_spec.rb
Original file line number Diff line number Diff line change
@@ -39,8 +39,8 @@
end

it "does escape characters using double-quoted strings" do
expect_parsed_string('"foo"').to eq("foo")
expect_parsed_string('"foo\tbar"').to eq("foo\tbar")
expect_parsed_string("\"foo\"").to eq("foo")
expect_parsed_string("\"foo\\tbar\"").to eq("foo\tbar")
end
end
end

0 comments on commit acd2ae2

Please sign in to comment.