Skip to content

Commit 2705e3d

Browse files
committed
merge ocamlString with string
1 parent bf5beff commit 2705e3d

File tree

3 files changed

+4
-25
lines changed

3 files changed

+4
-25
lines changed

jscomp/syntax/tests/printer/other/expected/string.res.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ let s = "unknown escape \m111 as passed through"
1515
let heart = "\u2665"
1616

1717
let smile = "emoji: \u{1F600}"
18+
19+
let taggedTemplate = sql`select * from ${table} where id = ${id}`

jscomp/syntax/tests/printer/other/ocamlString.res

Lines changed: 0 additions & 25 deletions
This file was deleted.

jscomp/syntax/tests/printer/other/string.res

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ let s = "unknown escape \m111 as passed through"
1515
let heart = "\u2665"
1616

1717
let smile = "emoji: \u{1F600}"
18+
19+
let taggedTemplate = sql`select * from ${table} where id = ${id}`

0 commit comments

Comments
 (0)