Skip to content

Commit

Permalink
Regenerate main F# snippet to see the change impact
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Apr 26, 2022
1 parent 2aa65db commit a3b894e
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions lexers/testdata/fsharp/fsharp.expected
Expand Up @@ -9,8 +9,7 @@
{"type":"Text","value":"\n\n"},
{"type":"CommentSingle","value":"// Compiler directives\n"},
{"type":"Text","value":"\n"},
{"type":"Operator","value":"#"},
{"type":"Keyword","value":"if"},
{"type":"CommentPreproc","value":"#if"},
{"type":"Text","value":" "},
{"type":"Keyword","value":"true"},
{"type":"Text","value":"\n"},
Expand All @@ -24,19 +23,15 @@
{"type":"Text","value":" "},
{"type":"Keyword","value":"false"},
{"type":"Text","value":"\n"},
{"type":"Operator","value":"#"},
{"type":"Name","value":"endif"},
{"type":"CommentPreproc","value":"#endif"},
{"type":"Text","value":"\n"},
{"type":"Operator","value":"#"},
{"type":"Name","value":"light"},
{"type":"CommentPreproc","value":"#light"},
{"type":"Text","value":" "},
{"type":"LiteralString","value":"\"on\""},
{"type":"Text","value":"\n"},
{"type":"Operator","value":"#"},
{"type":"Name","value":"nowarn"},
{"type":"CommentPreproc","value":"#nowarn"},
{"type":"Text","value":"\n"},
{"type":"Operator","value":"#"},
{"type":"Name","value":"nowarn"},
{"type":"CommentPreproc","value":"#nowarn"},
{"type":"Text","value":" "},
{"type":"LiteralString","value":"\"9\""},
{"type":"Text","value":" "},
Expand Down

0 comments on commit a3b894e

Please sign in to comment.