Skip to content

Commit 95fa7ce

Browse files
committed
tweak
1 parent aa52381 commit 95fa7ce

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

jscomp/test/raw_pure_test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* copyright
33
*/
4+
// hello
45
'use strict';
56

67
var List = require("../../lib/js/list.js");

jscomp/test/raw_pure_test.ml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
*/
55
|}]
66

7+
[%%raw{|
8+
// hello
79

10+
|}]
811

912

1013
let x0 = [%raw{|null|}]

0 commit comments

Comments
 (0)