Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Dec 2, 2024
1 parent 95a29cc commit 6387429
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/raw-identifiers.t/input.re
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ let \#rec = {
\#type: \#type,
\#module: module_
}

let true = x => x;

let \#true = x => x;

4 changes: 4 additions & 0 deletions test/raw-identifiers.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ Test raw identifiers in Reason syntax
\#type,
\#module: module_,
};

let true = x => x;

let \#true = x => x;

Check idempotency

Expand Down

0 comments on commit 6387429

Please sign in to comment.