Skip to content

Commit

Permalink
fixup js"" interpolation test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashi Gowda committed Feb 27, 2018
1 parent c658b81 commit 59ed38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using Base.Test
@testset "@js_str" begin
@test js"x=y".s == "x=y"
y = 1
@test js"x=$y".s == "x=\$y"
@test js"x=$y" == js"x=1"
end

@testset "@js" begin
Expand Down

0 comments on commit 59ed38c

Please sign in to comment.