Skip to content

Commit bbe1622

Browse files
committed
Tweak example.
1 parent 3efe079 commit bbe1622

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

analysis/tests/src/Parser.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ let add = (~hello as x, ~world) => x + world
7171

7272
let _ = add(~hello=3)
7373

74-
let _ = <div scale="abc" />
74+
let _ = <div scale="abc"> <div /> </div>

analysis/tests/src/expected/Parser.res.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,6 @@ Variable: x (69,21)->(69,22)
7676
Variable: add (69,4)->(69,7)
7777
Lident: add (71,8) Variable
7878
Lident: div (73,9) JsxTag
79+
Lident: div (73,36) JsxTag
80+
Lident: div (73,27) JsxTag
7981

0 commit comments

Comments
 (0)