Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehaas committed Oct 25, 2023
1 parent bd3e41e commit c0ef57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mode/jsx/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@
"[bracket&tag <][tag MyComponent] [attribute foo]={[number 0]} [bracket&tag />]; [comment //error]")

TS("tsx_react_generics",
"[variable x] [operator =] [operator <] [type T],[operator >] ([variable v]: [type T]) [operator =>] [variable v];")
"[variable x] [operator =] [operator <] [type T],[operator >] ([def v]: [type T]) [operator =>] [variable-2 v];")
})()

0 comments on commit c0ef57d

Please sign in to comment.