antares 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +206 -82
- data/lib/antares/compatibility.rb +72 -72
- data/lib/antares/grammar.rb +274 -0
- data/lib/antares/highlighter.rb +93 -13
- data/lib/antares/structure.rb +430 -0
- data/lib/antares/tm_language_lexer.rb +193 -0
- data/lib/antares/tm_language_plist.rb +146 -0
- data/lib/antares/version.rb +1 -1
- data/lib/antares.rb +7 -0
- data/sig/antares.rbs +63 -0
- metadata +26 -2
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
module Antares
|
|
5
5
|
COMPATIBILITY_VERSION = "5.1.0".freeze
|
|
6
6
|
COMPATIBILITY = {
|
|
7
|
-
"abap" => :
|
|
7
|
+
"abap" => :incremental,
|
|
8
8
|
"actionscript" => :window,
|
|
9
9
|
"ada" => :incremental,
|
|
10
10
|
"addmusick" => :window,
|
|
@@ -58,7 +58,7 @@ module Antares
|
|
|
58
58
|
"ecl" => :window,
|
|
59
59
|
"eex" => :incremental,
|
|
60
60
|
"eiffel" => :incremental,
|
|
61
|
-
"elixir" => :
|
|
61
|
+
"elixir" => :incremental,
|
|
62
62
|
"elm" => :incremental,
|
|
63
63
|
"email" => :incremental,
|
|
64
64
|
"epp" => :incremental,
|
|
@@ -88,7 +88,7 @@ module Antares
|
|
|
88
88
|
"haxe" => :window,
|
|
89
89
|
"hcl" => :incremental,
|
|
90
90
|
"hlsl" => :window,
|
|
91
|
-
"hocon" => :
|
|
91
|
+
"hocon" => :incremental,
|
|
92
92
|
"hql" => :window,
|
|
93
93
|
"html" => :incremental,
|
|
94
94
|
"http" => :incremental,
|
|
@@ -96,8 +96,8 @@ module Antares
|
|
|
96
96
|
"idlang" => :incremental,
|
|
97
97
|
"idris" => :incremental,
|
|
98
98
|
"iecst" => :window,
|
|
99
|
-
"igorpro" => :
|
|
100
|
-
"ini" => :
|
|
99
|
+
"igorpro" => :incremental,
|
|
100
|
+
"ini" => :incremental,
|
|
101
101
|
"io" => :window,
|
|
102
102
|
"irb" => :window,
|
|
103
103
|
"irb_output" => :incremental,
|
|
@@ -138,7 +138,7 @@ module Antares
|
|
|
138
138
|
"meson" => :incremental,
|
|
139
139
|
"minizinc" => :window,
|
|
140
140
|
"mojo" => :incremental,
|
|
141
|
-
"moonscript" => :
|
|
141
|
+
"moonscript" => :incremental,
|
|
142
142
|
"mosel" => :window,
|
|
143
143
|
"msgtrans" => :incremental,
|
|
144
144
|
"mxml" => :incremental,
|
|
@@ -168,9 +168,9 @@ module Antares
|
|
|
168
168
|
"praat" => :incremental,
|
|
169
169
|
"prolog" => :window,
|
|
170
170
|
"prometheus" => :incremental,
|
|
171
|
-
"properties" => :
|
|
171
|
+
"properties" => :incremental,
|
|
172
172
|
"protobuf" => :window,
|
|
173
|
-
"puppet" => :
|
|
173
|
+
"puppet" => :incremental,
|
|
174
174
|
"python" => :incremental,
|
|
175
175
|
"q" => :incremental,
|
|
176
176
|
"qml" => :incremental,
|
|
@@ -193,7 +193,7 @@ module Antares
|
|
|
193
193
|
"shell" => :incremental,
|
|
194
194
|
"sieve" => :window,
|
|
195
195
|
"slice" => :window,
|
|
196
|
-
"slim" => :
|
|
196
|
+
"slim" => :incremental,
|
|
197
197
|
"smalltalk" => :window,
|
|
198
198
|
"smarty" => :incremental,
|
|
199
199
|
"sml" => :incremental,
|
|
@@ -208,7 +208,7 @@ module Antares
|
|
|
208
208
|
"swift" => :incremental,
|
|
209
209
|
"systemd" => :incremental,
|
|
210
210
|
"syzlang" => :window,
|
|
211
|
-
"syzprog" => :
|
|
211
|
+
"syzprog" => :incremental,
|
|
212
212
|
"tap" => :incremental,
|
|
213
213
|
"tcl" => :incremental,
|
|
214
214
|
"terraform" => :incremental,
|
|
@@ -235,79 +235,79 @@ module Antares
|
|
|
235
235
|
"xojo" => :incremental,
|
|
236
236
|
"xpath" => :window,
|
|
237
237
|
"xquery" => :window,
|
|
238
|
-
"yaml" => :
|
|
238
|
+
"yaml" => :incremental,
|
|
239
239
|
"yang" => :window,
|
|
240
240
|
"zig" => :incremental,
|
|
241
241
|
}.freeze
|
|
242
242
|
COMPATIBILITY_DETAILS = {
|
|
243
|
-
"abap" => {strategy: :
|
|
244
|
-
"actionscript" => {strategy: :window, checks: 156, failures:
|
|
243
|
+
"abap" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
244
|
+
"actionscript" => {strategy: :window, checks: 156, failures: 5, failure: {reason: "token_mismatch", sample: 2, mutation: 17, line: 2, expected: "[[\"Literal.String.Single\", \"\\\"quoted\\\" '\"], [\"Name.Other\", \"single\"], [\"Literal.String.Single\", \"'\\n\"]]", actual: "[[\"Literal.String.Single\", \"\\\"quoted\\\" '\"], [\"Name.Other\", \"single\"], [\"Error\", \"'\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
245
245
|
"ada" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
246
246
|
"addmusick" => {strategy: :window, checks: 156, failures: 3, failure: {reason: "token_mismatch", sample: 1, mutation: 12, line: 15, expected: "[[\"Literal.String.Double\", \"\\\"#SPC {\\n\"]]", actual: "[[\"Error\", \"\\\"\"], [\"Keyword\", \"#SPC\"], [\"Text\", \" \"], [\"Punctuation\", \"{\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
247
247
|
"apache" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
248
248
|
"apex" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 0, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
249
249
|
"apiblueprint" => {strategy: :window, checks: 156, failures: 23, failure: {reason: "token_mismatch", sample: 2, mutation: 4, line: 11, expected: "[[\"Text\", \"Resources related to questions in the API.\"], [\"Literal.String.Backtick\", \"\\n\"]]", actual: "[[\"Text\", \"Resources related to questions in the API.\\n\"]]"}}.freeze,
|
|
250
|
-
"apple_script" => {strategy: :window, checks: 156, failures:
|
|
250
|
+
"apple_script" => {strategy: :window, checks: 156, failures: 2, failure: {reason: "token_mismatch", sample: 0, mutation: 27, line: 6, expected: "[[\"Name.Variable\", \"v\"], [\"Operator\", \"*/\"], [\"Name.Variable\", \"alue\"], [\"Text.Whitespace\", \" \"], [\"Literal.String.Double\", \"\\\"= 42/*<\\n\"]]", actual: "[[\"Name.Variable\", \"v\"], [\"Operator\", \"*/\"], [\"Name.Variable\", \"alue\"], [\"Text.Whitespace\", \" \"], [\"Error\", \"\\\"\"], [\"Operator\", \"=\"], [\"Text.Whitespace\", \" \"], [\"Literal.Number.Integer\", \"42\"], [\"Operator\", \"/*<\"], [\"Text.Whitespace\", \"\\n\"]"}}.freeze,
|
|
251
251
|
"armasm" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
252
252
|
"augeas" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "token_mismatch", sample: 2, mutation: 39, line: 10, expected: "[[\"Literal.String.Regex\", \"/\"], [\"Operator\", \"*\"], [\"Error\", \"$\"], [\"Punctuation\", \"{\"], [\"Text\", \"\\n\"]]", actual: "[[\"Literal.String\", \"/\"], [\"Literal.String.Regex\", \"*${\\n\"]]"}}.freeze,
|
|
253
253
|
"awk" => {strategy: :window, checks: 156, failures: 3, failure: {reason: "token_mismatch", sample: 1, mutation: 36, line: 8, expected: "[[\"Literal.String.Double\", \" λ for (i x= 1; i < AxRGC; i++) printf \\\"\"], [\"Operator\", \"%\"], [\"Name.Other\", \"s\"], [\"Text\", \" \"], [\"Literal.String.Double\", \"\\\", ARGV[i]\\n\"]]", actual: "[[\"Literal.String.Double\", \" λ for (i x= 1; i < AxRGC; i++) printf \\\"\"], [\"Operator\", \"%\"], [\"Name.Other\", \"s\"], [\"Text\", \" \"], [\"Error\", \"\\\"\"], [\"Punctuation\", \",\"], [\"Text\", \" \"], [\"Keyword.Constant\", \"ARGV\"], [\"Punctuation\", \"[\"], [\"N"}}.freeze,
|
|
254
254
|
"batchfile" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
255
|
-
"bbcbasic" => {strategy: :window, checks: 156, failures:
|
|
255
|
+
"bbcbasic" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 2, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
256
256
|
"bibtex" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
257
|
-
"bicep" => {strategy: :window, checks: 156, failures:
|
|
257
|
+
"bicep" => {strategy: :window, checks: 156, failures: 2, failure: {reason: "token_mismatch", sample: 1, mutation: 41, line: 7, expected: "[[\"Comment.Multiline\", \"/*<\\n\"]]", actual: "[[\"Operator\", \"/*<\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
258
258
|
"biml" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
259
259
|
"bpf" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
260
260
|
"brainfuck" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
261
261
|
"brightscript" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
262
262
|
"bsl" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
263
|
-
"c" => {strategy: :window, checks: 156, failures:
|
|
263
|
+
"c" => {strategy: :window, checks: 156, failures: 5, failure: {reason: "token_mismatch", sample: 2, mutation: 32, line: 3, expected: "[[\"Comment.Multiline\", \" clone_method((VALxU\\\\E)data*/\"], [\"Punctuation\", \",\"], [\"Text\", \" \"], [\"Punctuation\", \"(\"], [\"Operator\", \"!\"], [\"Name\", \"ID\"], [\"Punctuation\", \")\"], [\"Name\", \"key\"], [\"Punctuation\", \",\"], [\"Text\", \" \"], [\"Punctua", actual: "[[\"Comment.Multiline\", \" clone_method((VALxU\\\\E)data*/\"], [\"Punctuation\", \",\"], [\"Text\", \" \"], [\"Punctuation\", \"(\"], [\"Operator\", \"!\"], [\"Name\", \"ID\"], [\"Punctuation\", \")\"], [\"Name\", \"key\"], [\"Punctuation\", \",\"], [\"Text\", \" \"], [\"Punctua"}}.freeze,
|
|
264
264
|
"ceylon" => {strategy: :window, checks: 156, failures: 4, failure: {reason: "token_mismatch", sample: 1, mutation: 41, line: 3, expected: "[[\"Text\", \" \"], [\"Error\", \"$\"], [\"Operator\", \"{\"], [\"Text\", \" \"], [\"Operator\", \"!\"], [\"Literal.String\", \"\\\"\\n\"]]", actual: "[[\"Text\", \" \"], [\"Error\", \"$\"], [\"Operator\", \"{\"], [\"Text\", \" \"], [\"Operator\", \"!\"], [\"Error\", \"\\\"\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
265
|
-
"cfscript" => {strategy: :window, checks: 156, failures:
|
|
265
|
+
"cfscript" => {strategy: :window, checks: 156, failures: 3, failure: {reason: "token_mismatch", sample: 2, mutation: 21, line: 18, expected: "[[\"Literal.String.Double\", \"\\\"\\\"\\n\"]]", actual: "[[\"Literal.String.Double\", \"\\\"\"], [\"Error\", \"\\\"\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
266
266
|
"cisco_ios" => {strategy: :window, checks: 156, failures: 3, failure: {reason: "token_mismatch", sample: 1, mutation: 46, line: 15, expected: "[[\"Text\", \"\\n\"]]", actual: "[[\"Keyword.Constant\", \"\\n\"]]"}}.freeze,
|
|
267
267
|
"clean" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
268
|
-
"clojure" => {strategy: :window, checks: 156, failures:
|
|
268
|
+
"clojure" => {strategy: :window, checks: 156, failures: 2, failure: {reason: "token_mismatch", sample: 1, mutation: 21, line: 2, expected: "[[\"Text.Whitespace\", \" \"], [\"Punctuation\", \"(\"], [\"Name.Function\", \"l\"], [\"Literal.String.Char\", \"\\\\e\"], [\"Name\", \"t\"], [\"Text.Whitespace\", \" \"], [\"Punctuation\", \"[\"], [\"Name\", \"y\"], [\"Literal.String\", \"\\\": x]\\n\"]]", actual: "[[\"Text.Whitespace\", \" \"], [\"Punctuation\", \"(\"], [\"Name.Function\", \"l\"], [\"Literal.String.Char\", \"\\\\e\"], [\"Name\", \"t\"], [\"Text.Whitespace\", \" \"], [\"Punctuation\", \"[\"], [\"Name\", \"y\"], [\"Error\", \"\\\":\"], [\"Text.Whitespace\", \" \"], [\"Name\", \"x\""}}.freeze,
|
|
269
269
|
"cmake" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
270
270
|
"cmhg" => {strategy: :window, checks: 156, failures: 3, failure: {reason: "token_mismatch", sample: 0, mutation: 18, line: 3, expected: "[[\"Literal.String\", \"#includ:e \\\"\"], [\"Name.Entity\", \"definit\"], [\"Error\", \"!\"], [\"Name.Entity\", \"ions\"], [\"Error\", \".h\"], [\"Literal.String\", \"\\\"\\n\"]]", actual: "[[\"Literal.String\", \"#includ:e \\\"\"], [\"Name.Entity\", \"definit\"], [\"Error\", \"!\"], [\"Name.Entity\", \"ions\"], [\"Error\", \".h\\\"\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
271
271
|
"cobol" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
272
272
|
"codeowners" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
273
273
|
"coffeescript" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
274
|
-
"common_lisp" => {strategy: :window, checks: 156, failures:
|
|
274
|
+
"common_lisp" => {strategy: :window, checks: 156, failures: 3, failure: {reason: "token_mismatch", sample: 1, mutation: 17, line: 1, expected: "[[\"Punctuation\", \"(\"], [\"Name.Builtin\", \"defun\"], [\"Text\", \" \"], [\"Name.Variable\", \"squar!\"], [\"Error\", \"λ\"], [\"Name.Variable\", \"e!\"], [\"Text\", \" \"], [\"Punctuation\", \"(\"], [\"Literal.String\", \"\\\"x) (* x x))\\n\"]]", actual: "[[\"Punctuation\", \"(\"], [\"Name.Builtin\", \"defun\"], [\"Text\", \" \"], [\"Name.Variable\", \"squar!\"], [\"Error\", \"λ\"], [\"Name.Variable\", \"e!\"], [\"Text\", \" \"], [\"Punctuation\", \"(\"], [\"Error\", \"\\\"\"], [\"Name.Variable\", \"x\"], [\"Punctuation\", \")\"], [\"Tex"}}.freeze,
|
|
275
275
|
"conf" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
276
276
|
"console" => {strategy: :window, checks: 156, failures: 156, failure: {reason: "Antares::UnsupportedLexerError", sample: 0, mutation: 0, message: "console has a custom stream driver"}}.freeze,
|
|
277
277
|
"cpp" => {strategy: :window, checks: 156, failures: 3, failure: {reason: "token_mismatch", sample: 1, mutation: 23, line: 7, expected: "[[\"Comment.Multiline\", \"/*\\n\"]]", actual: "[[\"Operator\", \"/*\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
278
278
|
"crystal" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 1, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
279
|
-
"csharp" => {strategy: :window, checks: 156, failures:
|
|
280
|
-
"css" => {strategy: :window, checks: 156, failures:
|
|
281
|
-
"csvs" => {strategy: :window, checks: 156, failures:
|
|
279
|
+
"csharp" => {strategy: :window, checks: 156, failures: 2, failure: {reason: "token_mismatch", sample: 2, mutation: 50, line: 0, expected: "[[\"Punctuation\", \"{\"], [\"Comment.Multiline\", \"/*\\tx!\\n\"]]", actual: "[[\"Punctuation\", \"{/*\"], [\"Text\", \"\\t\"], [\"Name\", \"x\"], [\"Punctuation\", \"!\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
280
|
+
"css" => {strategy: :window, checks: 156, failures: 15, failure: {reason: "token_mismatch", sample: 1, mutation: 23, line: 2, expected: "[[\"Text\", \" \"], [\"Error\", \"\\\\\"], [\"Text\", \" \"], [\"Name.Tag\", \"ba\"], [\"Literal.String.Double\", \"'ckground: #fff url(temp.png) top left no-repeat;\\n\"]]", actual: "[[\"Text\", \" \"], [\"Error\", \"\\\\\"], [\"Text\", \" \"], [\"Name.Tag\", \"ba\"], [\"Error\", \"'\"], [\"Name.Property\", \"ckground\"], [\"Punctuation\", \":\"], [\"Text\", \" \"], [\"Name.Other\", \"#fff\"], [\"Text\", \" \"], [\"Name.Function\", \"url\"], [\"Punctuation\", \"(\"],"}}.freeze,
|
|
281
|
+
"csvs" => {strategy: :window, checks: 156, failures: 2, failure: {reason: "nonlocal_token", sample: 0, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
282
282
|
"cuda" => {strategy: :window, checks: 156, failures: 7, failure: {reason: "token_mismatch", sample: 2, mutation: 11, line: 8, expected: "[[\"Comment.Multiline\", \"/* open\\n\"]]", actual: "[[\"Operator\", \"/*\"], [\"Text\", \" \"], [\"Name\", \"open\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
283
|
-
"cypher" => {strategy: :window, checks: 156, failures:
|
|
283
|
+
"cypher" => {strategy: :window, checks: 156, failures: 2, failure: {reason: "token_mismatch", sample: 0, mutation: 14, line: 1, expected: "[[\"Keyword\", \"MATCH\"], [\"Text.Whitespace\", \" \"], [\"Literal.String.Symbol\", \"(\"], [\"Name\", \"user\"], [\"Literal.String.Double\", \"\\\")-[:friend]->(follow*/er)\\n\"]]", actual: "[[\"Keyword\", \"MATCH\"], [\"Text.Whitespace\", \" \"], [\"Literal.String.Symbol\", \"(\"], [\"Name\", \"user\"], [\"Error\", \"\\\"\"], [\"Literal.String.Symbol\", \")\"], [\"Operator\", \"-\"], [\"Literal.String.Symbol\", \"[\"], [\"Name.Class\", \":friend\"], [\"Literal.Stri"}}.freeze,
|
|
284
284
|
"cython" => {strategy: :window, checks: 156, failures: 5, failure: {reason: "token_mismatch", sample: 1, mutation: 17, line: 9, expected: "[[\"Literal.String\", \"λ\\n\"]]", actual: "[[\"Name\", \"λ\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
285
285
|
"d" => {strategy: :window, checks: 156, failures: 7, failure: {reason: "token_mismatch", sample: 0, mutation: 8, line: 3, expected: "[[\"Comment.Multiline\", \"/*\\n\"]]", actual: "[[\"Punctuation\", \"/*\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
286
286
|
"dafny" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
287
|
-
"dart" => {strategy: :window, checks: 156, failures:
|
|
287
|
+
"dart" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 0, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
288
288
|
"datastudio" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 0, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
289
289
|
"diff" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
290
290
|
"digdag" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
291
291
|
"docker" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
292
|
-
"dot" => {strategy: :window, checks: 156, failures:
|
|
293
|
-
"dylan" => {strategy: :window, checks: 156, failures:
|
|
294
|
-
"ecl" => {strategy: :window, checks: 156, failures:
|
|
292
|
+
"dot" => {strategy: :window, checks: 156, failures: 3, failure: {reason: "token_mismatch", sample: 1, mutation: 8, line: 5, expected: "[[\"Literal.String.Double\", \"\\\"}\\n\"]]", actual: "[[\"Error\", \"\\\"\"], [\"Punctuation\", \"}\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
293
|
+
"dylan" => {strategy: :window, checks: 156, failures: 2, failure: {reason: "token_mismatch", sample: 0, mutation: 47, line: 5, expected: "[[\"Name\", \"<x*\"], [\"Error\", \"''\"], [\"Comment.Multiline\", \"/*/:<\\n\"]]", actual: "[[\"Name\", \"<x*\"], [\"Error\", \"''\"], [\"Operator\", \"/\"], [\"Name\", \"*/:\"], [\"Operator\", \"<\"], [\"Text.Whitespace\", \"\\n\"]]"}}.freeze,
|
|
294
|
+
"ecl" => {strategy: :window, checks: 156, failures: 12, failure: {reason: "token_mismatch", sample: 1, mutation: 12, line: 5, expected: "[[\"Error\", \":\"], [\"Comment.Multiline\", \"/*\\n\"]]", actual: "[[\"Error\", \":\"], [\"Operator\", \"/\"], [\"Error\", \"*\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
295
295
|
"eex" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
296
296
|
"eiffel" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
297
|
-
"elixir" => {strategy: :
|
|
297
|
+
"elixir" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
298
298
|
"elm" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
299
299
|
"email" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
300
300
|
"epp" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
301
301
|
"erb" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
302
302
|
"erlang" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
303
303
|
"escape" => {strategy: :window, checks: 156, failures: 156, failure: {reason: "Antares::UnsupportedLexerError", sample: 0, mutation: 0, message: "escape has a custom stream driver"}}.freeze,
|
|
304
|
-
"factor" => {strategy: :window, checks: 156, failures:
|
|
304
|
+
"factor" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 2, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
305
305
|
"fluent" => {strategy: :window, checks: 156, failures: 2, failure: {reason: "token_mismatch", sample: 1, mutation: 9, line: 14, expected: "[[\"Text.Whitespace\", \" \"], [\"Punctuation\", \"}\"], [\"Text.Whitespace\", \" \"], [\"Name.Constant\", \"to\"], [\"Error\", \"/\"], [\"Punctuation.Indicator\", \"*\"], [\"Text.Whitespace\", \" \"], [\"Punctuation\", \"{\"], [\"Name.Variable\", \"$userGender\"], [\"Text.", actual: "[[\"Text.Whitespace\", \" \"], [\"Punctuation\", \"}\"], [\"Text\", \" to/\"], [\"Error\", \"*\"], [\"Text\", \" \"], [\"Punctuation\", \"{\"], [\"Name.Variable\", \"$userGender\"], [\"Text.Whitespace\", \" \"], [\"Punctuation\", \"->\"], [\"Text.Whitespace\", \"\\n\"]]"}}.freeze,
|
|
306
306
|
"fortran" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
307
|
-
"freefem" => {strategy: :window, checks: 156, failures:
|
|
307
|
+
"freefem" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 0, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
308
308
|
"fsharp" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
309
309
|
"gdscript" => {strategy: :window, checks: 156, failures: 10, failure: {reason: "token_mismatch", sample: 2, mutation: 27, line: 5, expected: "[[\"Literal.String.Double\", \"var b = true\"], [\"Error\", \"\\n\"]]", actual: "[[\"Keyword\", \"var\"], [\"Text\", \" \"], [\"Name\", \"b\"], [\"Text\", \" \"], [\"Operator\", \"=\"], [\"Text\", \" \"], [\"Name.Builtin.Pseudo\", \"true\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
310
|
-
"ghc-cmm" => {strategy: :window, checks: 156, failures:
|
|
310
|
+
"ghc-cmm" => {strategy: :window, checks: 156, failures: 4, failure: {reason: "token_mismatch", sample: 2, mutation: 42, line: 1, expected: "[[\"Keyword.Type\", \"'\"], [\"Text\", \"\\t\"], [\"Name.Label\", \"x\"], [\"Comment.Multiline\", \"/* open\\n\"]]", actual: "[[\"Keyword.Type\", \"'\"], [\"Text\", \"\\t\"], [\"Name.Label\", \"x\"], [\"Operator\", \"/*\"], [\"Text\", \" \"], [\"Name.Label\", \"open\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
311
311
|
"ghc-core" => {strategy: :window, checks: 156, failures: 17, failure: {reason: "token_mismatch", sample: 0, mutation: 27, line: 7, expected: "[[\"Name.Function\", \"end\\\\\"], [\"Text\", \" \"], [\"Keyword.Type\", \"R<'#\"], [\"Punctuation\", \"{\"], [\"Name.Variable\", \">ec\"], [\"Text\", \" \"], [\"Punctuation\", \"}\"], [\"Text\", \"\\n\"]]", actual: "[[\"Text\", \"end\\\\ R<'\\\#{>ec }\\n\"]]"}}.freeze,
|
|
312
312
|
"gherkin" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 2, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
313
313
|
"gjs" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
@@ -317,56 +317,56 @@ module Antares
|
|
|
317
317
|
"graphql" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 2, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
318
318
|
"groovy" => {strategy: :window, checks: 156, failures: 6, failure: {reason: "token_mismatch", sample: 0, mutation: 30, line: 5, expected: "[[\"Name\", \"cla\"], [\"Comment.Multiline\", \"/*ss G\\\\r><\\\"eet {\\n\"]]", actual: "[[\"Name\", \"cla\"], [\"Operator\", \"/*\"], [\"Name\", \"ss\"], [\"Text\", \" \"], [\"Name\", \"G\"], [\"Error\", \"\\\\\"], [\"Name\", \"r\"], [\"Operator\", \"><\"], [\"Error\", \"\\\"\"], [\"Name\", \"eet\"], [\"Text\", \" \"], [\"Operator\", \"{\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
319
319
|
"gts" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
320
|
-
"hack" => {strategy: :window, checks: 156, failures:
|
|
320
|
+
"hack" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 0, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
321
321
|
"haml" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
322
322
|
"handlebars" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
323
323
|
"haskell" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
324
|
-
"haxe" => {strategy: :window, checks: 156, failures:
|
|
324
|
+
"haxe" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 0, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
325
325
|
"hcl" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
326
326
|
"hlsl" => {strategy: :window, checks: 156, failures: 4, failure: {reason: "token_mismatch", sample: 0, mutation: 2, line: 12, expected: "[[\"Keyword.Type\", \"float4\"], [\"Text\", \" \"], [\"Name.Function\", \"PSMain\"], [\"Punctuation\", \"(\"], [\"Name\", \"PSInput\"], [\"Text\", \" \"], [\"Name\", \"input\"], [\"Punctuation\", \")\"], [\"Text\", \" \"], [\"Operator\", \":\"], [\"Text\", \" \"], [\"Name\", \"SV_TARGET", actual: "[[\"Keyword.Type\", \"float4\"], [\"Text\", \" \"], [\"Name\", \"PSMain\"], [\"Punctuation\", \"(\"], [\"Name\", \"PSInput\"], [\"Text\", \" \"], [\"Name\", \"input\"], [\"Punctuation\", \")\"], [\"Text\", \" \"], [\"Operator\", \":\"], [\"Text\", \" \"], [\"Name\", \"SV_TARGET\"], [\"Tex"}}.freeze,
|
|
327
|
-
"hocon" => {strategy: :
|
|
327
|
+
"hocon" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
328
328
|
"hql" => {strategy: :window, checks: 156, failures: 2, failure: {reason: "token_mismatch", sample: 0, mutation: 12, line: 2, expected: "[[\"Comment.Multiline\", \"*/\"], [\"Text\", \"\\n\"]]", actual: "[[\"Operator\", \"*/\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
329
329
|
"html" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
330
330
|
"http" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
331
|
-
"hylang" => {strategy: :window, checks: 156, failures:
|
|
331
|
+
"hylang" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 2, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
332
332
|
"idlang" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
333
333
|
"idris" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
334
334
|
"iecst" => {strategy: :window, checks: 156, failures: 23, failure: {reason: "token_mismatch", sample: 1, mutation: 15, line: 23, expected: "[[\"Keyword\", \"END_FUNCTION_BLOCK\"], [\"Literal.String.Symbol\", \"\\\"\\n\"]]", actual: "[[\"Keyword\", \"END_FUNCTION_BLOCK\"], [\"Error\", \"\\\"\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
335
|
-
"igorpro" => {strategy: :
|
|
336
|
-
"ini" => {strategy: :
|
|
337
|
-
"io" => {strategy: :window, checks: 156, failures:
|
|
335
|
+
"igorpro" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
336
|
+
"ini" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
337
|
+
"io" => {strategy: :window, checks: 156, failures: 3, failure: {reason: "token_mismatch", sample: 0, mutation: 6, line: 5, expected: "[[\"Text\", \" \"], [\"Name.Builtin\", \"return\"], [\"Text\", \" \"], [\"Name\", \"i\"], [\"Text\", \" \"], [\"Name\", \"asStri\"], [\"Comment.Multiline\", \"/*ng .. \\\" bottles of beer\\\"\\n\"]]", actual: "[[\"Text\", \" \"], [\"Name.Builtin\", \"return\"], [\"Text\", \" \"], [\"Name\", \"i\"], [\"Text\", \" \"], [\"Name\", \"asStri\"], [\"Operator\", \"/*\"], [\"Name\", \"ng\"], [\"Text\", \" \"], [\"Operator\", \"..\"], [\"Text\", \" \"], [\"Literal.String\", \"\\\" bottles of beer\\\"\"], "}}.freeze,
|
|
338
338
|
"irb" => {strategy: :window, checks: 156, failures: 156, failure: {reason: "Antares::UnsupportedLexerError", sample: 0, mutation: 0, message: "irb has a custom stream driver"}}.freeze,
|
|
339
339
|
"irb_output" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
340
340
|
"isabelle" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
341
|
-
"isbl" => {strategy: :window, checks: 156, failures:
|
|
341
|
+
"isbl" => {strategy: :window, checks: 156, failures: 10, failure: {reason: "token_mismatch", sample: 0, mutation: 38, line: 7, expected: "[[\"Literal.String.Single\", \" :ShowMes:sage(\\\"При${вет '\"], [\"Name.Variable\", \"ми\"], [\"Comment.Multiline\", \"/*р<\\\")\\n\"]]", actual: "[[\"Literal.String.Single\", \" :ShowMes:sage(\\\"При${вет '\"], [\"Name.Variable\", \"ми\"], [\"Operator\", \"/*\"], [\"Name.Variable\", \"р\"], [\"Operator\", \"<\"], [\"Error\", \"\\\"\"], [\"Punctuation\", \")\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
342
342
|
"j" => {strategy: :window, checks: 156, failures: 2, failure: {reason: "token_mismatch", sample: 1, mutation: 18, line: 21, expected: "[[\"Text\", \" \"], [\"Name.Function\", \"<\"], [\"Text\", \" \"], [\"Keyword\", \"for_\"], [\"Name\", \"i\"], [\"Keyword\", \".\"], [\"Text\", \" \"], [\"Name.Function\", \">:i.\"], [\"Name\", \"y\"], [\"Text\", \" \"], [\"Keyword\", \"do.\"], [\"Text\", \"\\n\"]]", actual: "[[\"Text\", \" \"], [\"Name.Function\", \"<\"], [\"Text\", \" \"], [\"Keyword\", \"for_\"], [\"Name\", \"i\"], [\"Keyword\", \".\"], [\"Text\", \" \"], [\"Name.Function\", \">:i.\"], [\"Name.Builtin.Pseudo\", \"y\"], [\"Text\", \" \"], [\"Keyword\", \"do.\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
343
343
|
"janet" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
344
|
-
"java" => {strategy: :window, checks: 156, failures:
|
|
344
|
+
"java" => {strategy: :window, checks: 156, failures: 16, failure: {reason: "token_mismatch", sample: 0, mutation: 5, line: 3, expected: "[[\"Keyword.Namespace\", \"import static\"], [\"Text\", \" \"], [\"Name.Namespace\", \"java.util.Collecti\"], [\"Literal.String\", \"\\\"ons.sort;\\n\"]]", actual: "[[\"Keyword.Namespace\", \"import static\"], [\"Text\", \" \"], [\"Name.Namespace\", \"java.util.Collecti\"], [\"Error\", \"\\\"\"], [\"Name\", \"ons\"], [\"Operator\", \".\"], [\"Name.Attribute\", \"sort\"], [\"Operator\", \";\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
345
345
|
"javascript" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
346
346
|
"jinja" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
347
347
|
"jsl" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
348
348
|
"json" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
349
349
|
"json-doc" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
350
|
-
"json5" => {strategy: :window, checks: 156, failures:
|
|
350
|
+
"json5" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 0, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
351
351
|
"jsonnet" => {strategy: :window, checks: 156, failures: 5, failure: {reason: "token_mismatch", sample: 1, mutation: 11, line: 30, expected: "[[\"Text\", \" \"], [\"Name.Other\", \"cFlags\"], [\"Punctuation\", \":\"], [\"Comment.Multiline\", \"/* [],\\n\"]]", actual: "[[\"Text\", \" \"], [\"Name.Other\", \"cFlags\"], [\"Punctuation\", \":\"], [\"Error\", \"/*\"], [\"Text\", \" \"], [\"Punctuation\", \"[],\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
352
|
-
"jsp" => {strategy: :window, checks: 156, failures: 11, failure: {reason: "token_mismatch", sample: 0, mutation: 11, line: 21, expected: "[[\"Name.Tag\", \"</html>\"], [\"Text\", \" \"], [\"Name.Tag\", \"<p>\"], [\"Text\", \" Today xis weekend\"], [\"Name.Tag\", \"</p>\"], [\"Text\", \"\\n\"]]", actual: "[[\"Name.Tag\", \"</html>\"]]"}}.freeze,
|
|
352
|
+
"jsp" => {strategy: :window, checks: 156, failures: 11, failure: {reason: "token_mismatch", sample: 0, mutation: 11, line: 21, expected: "[[\"Name.Tag\", \"</html>\"], [\"Text\", \" \"], [\"Name.Tag\", \"<p>\"], [\"Text\", \" Today xis weekend\"], [\"Name.Tag\", \"</p>\"], [\"Text\", \"\\n\"]]", actual: "[[\"Name.Tag\", \"</html>\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
353
353
|
"jsx" => {strategy: :window, checks: 156, failures: 6, failure: {reason: "token_mismatch", sample: 0, mutation: 14, line: 0, expected: "[[\"Keyword.Declaration\", \"var\"], [\"Text\", \" \"], [\"Name.Other\", \"HelloWorld\"], [\"Text\", \" \"], [\"Operator\", \"=\"], [\"Text\", \" \"], [\"Name.Other\", \"React\"], [\"Punctuation\", \".\"], [\"Name.Other\", \"createClass\"], [\"Punctuation\", \"({\"], [\"Text\", \"\\n", actual: "[[\"Keyword.Declaration\", \"var\"], [\"Text\", \" \"], [\"Name.Other\", \"HelloWorld\"], [\"Text\", \" \"], [\"Operator\", \"=\"], [\"Text\", \" \"], [\"Name.Other\", \"React\"], [\"Punctuation\", \".\"], [\"Name.Function\", \"createClass\"], [\"Punctuation\", \"({\"], [\"Text\", "}}.freeze,
|
|
354
354
|
"julia" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
355
355
|
"kick_assembler" => {strategy: :window, checks: 156, failures: 10, failure: {reason: "token_mismatch", sample: 0, mutation: 11, line: 1, expected: "[[\"Literal.String\", \"\\\"}\\n\"]]", actual: "[[\"Error\", \"\\\"\"], [\"Punctuation\", \"}\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
356
356
|
"kotlin" => {strategy: :window, checks: 156, failures: 5, failure: {reason: "token_mismatch", sample: 1, mutation: 28, line: 2, expected: "[[\"Punctuation\", \"*/\"], [\"Text\", \"\\n\"]]", actual: "[[\"Comment.Multiline\", \"*/\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
357
|
-
"lasso" => {strategy: :window, checks: 156, failures:
|
|
357
|
+
"lasso" => {strategy: :window, checks: 156, failures: 12, failure: {reason: "token_mismatch", sample: 0, mutation: 3, line: 4, expected: "[[\"Literal.String.Single\", \"'*/\\n\"]]", actual: "[[\"Error\", \"'\"], [\"Operator\", \"*/\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
358
358
|
"lean" => {strategy: :window, checks: 156, failures: 3, failure: {reason: "token_mismatch", sample: 2, mutation: 12, line: 6, expected: "[[\"Literal.String\", \"\\\"\"], [\"Operator\", \"/*\"], [\"Text\", \"\\n\"]]", actual: "[[\"Literal.String\", \"\\\"/*\\n\"]]"}}.freeze,
|
|
359
359
|
"liquid" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
360
360
|
"literate_coffeescript" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
361
361
|
"literate_haskell" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
362
362
|
"livescript" => {strategy: :window, checks: 156, failures: 13, failure: {reason: "token_mismatch", sample: 0, mutation: 42, line: 6, expected: "[[\"Literal.String\", \" .\\\"\"], [\"Comment.Multiline\", \"/*.shift!\\n\"]]", actual: "[[\"Literal.String\", \" .\\\"\"], [\"Operator\", \"/*\"], [\"Punctuation\", \".\"], [\"Name.Attribute\", \"shift\"], [\"Punctuation\", \"!\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
363
|
-
"llvm" => {strategy: :window, checks: 156, failures:
|
|
363
|
+
"llvm" => {strategy: :window, checks: 156, failures: 11, failure: {reason: "token_mismatch", sample: 1, mutation: 6, line: 21, expected: "[[\"Literal.String\", \"@.str = private unnamed_addr constant [13 x i8] c\\\"\"], [\"Error\", \"hello\"], [\"Text\", \" \"], [\"Error\", \"world\\\\\"], [\"Literal.Number\", \"0\"], [\"Error\", \"A\\\\\"], [\"Literal.Number\", \"00\"], [\"Literal.String\", \"\\\"\\n\"]]", actual: "[[\"Literal.String\", \"@.str = private unnamed_addr constant [13 x i8] c\\\"\"], [\"Error\", \"hello\"], [\"Text\", \" \"], [\"Error\", \"world\\\\\"], [\"Literal.Number\", \"0\"], [\"Error\", \"A\\\\\"], [\"Literal.Number\", \"00\"], [\"Error\", \"\\\"\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
364
364
|
"lua" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
365
365
|
"lustre" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 0, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
366
|
-
"lutin" => {strategy: :window, checks: 156, failures:
|
|
366
|
+
"lutin" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 0, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
367
367
|
"m68k" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
368
368
|
"magik" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
369
|
-
"make" => {strategy: :window, checks: 156, failures:
|
|
369
|
+
"make" => {strategy: :window, checks: 156, failures: 3, failure: {reason: "token_mismatch", sample: 1, mutation: 26, line: 5, expected: "[[\"Literal.String.Double\", \"\\\".PHON\\\#{Y: all\\n\"]]", actual: "[[\"Name.Label\", \"\\\".PHON\\\#{Y\"], [\"Operator\", \":\"], [\"Text\", \" \"], [\"Name.Function\", \"all\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
370
370
|
"markdown" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
371
371
|
"mason" => {strategy: :window, checks: 156, failures: 45, failure: {reason: "token_mismatch", sample: 0, mutation: 5, line: 8, expected: "[[\"Comment\", \" %pairs => (name< => \\\"John\\\", age => 29)\\n\"]]", actual: "[[\"Text.Whitespace\", \" \"], [\"Comment\", \"%pairs => (name< => \\\"John\\\", age => 29)\\n\"]]"}}.freeze,
|
|
372
372
|
"mathematica" => {strategy: :window, checks: 156, failures: 2, failure: {reason: "token_mismatch", sample: 2, mutation: 50, line: 4, expected: "[[\"Name.Variable\", \"fib\"], [\"Punctuation\", \"[\"], [\"Literal.Number\", \"0\"], [\"Punctuation\", \"]\"], [\"Text.Whitespace\", \" \"], [\"Operator\", \"'=\"], [\"Text.Whitespace\", \" \"], [\"Name.Variable\", \"fi\"], [\"Operator\", \":\"], [\"Name.Variable\", \"b\"], [\"Pu", actual: "[[\"Name.Variable\", \"fib\"], [\"Punctuation\", \"[\"], [\"Literal.Number\", \"0\"], [\"Punctuation\", \"]\"], [\"Text.Whitespace\", \" \"], [\"Operator\", \"'=\"], [\"Text.Whitespace\", \" \"], [\"Name.Variable\", \"fi\"], [\"Operator\", \":\"], [\"Name.Variable\", \"b\"], [\"Pu"}}.freeze,
|
|
@@ -374,7 +374,7 @@ module Antares
|
|
|
374
374
|
"meson" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
375
375
|
"minizinc" => {strategy: :window, checks: 156, failures: 9, failure: {reason: "token_mismatch", sample: 0, mutation: 15, line: 3, expected: "[[\"Name.Other\", \"cons\"], [\"Literal.String\", \"\\\"traint ns\\\#{w != v;\\n\"]]", actual: "[[\"Name.Other\", \"cons\"], [\"Error\", \"\\\"\"], [\"Name.Other\", \"traint\"], [\"Text.Whitespace\", \" \"], [\"Name.Other\", \"ns\"], [\"Error\", \"#\"], [\"Punctuation\", \"{\"], [\"Name.Other\", \"w\"], [\"Text.Whitespace\", \" \"], [\"Operator\", \"!=\"], [\"Text.Whitespace\","}}.freeze,
|
|
376
376
|
"mojo" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
377
|
-
"moonscript" => {strategy: :
|
|
377
|
+
"moonscript" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
378
378
|
"mosel" => {strategy: :window, checks: 156, failures: 9, failure: {reason: "token_mismatch", sample: 1, mutation: 26, line: 10, expected: "[[\"Text\", \" \"], [\"Keyword\", \"forall\"], [\"Punctuation\", \"(\"], [\"Name\", \"p\"], [\"Text\", \" \"], [\"Keyword\", \"in\"], [\"Text\", \" \"], [\"Name\", \"TYPES\"], [\"Punctuation\", \",\"], [\"Text\", \" \"], [\"Name\", \"t\"], [\"Text\", \" \"], [\"Keyword\", \"in\"], [\"Text\", \"", actual: "[[\"Literal.String.Double\", \" forall(p in TYPES, t in TIME) padd(p,t) <= (PMAX(p)-PMIN(p))*work(p,t)\\n\"]]"}}.freeze,
|
|
379
379
|
"msgtrans" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
380
380
|
"mxml" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
@@ -384,7 +384,7 @@ module Antares
|
|
|
384
384
|
"nial" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
385
385
|
"nim" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
386
386
|
"nix" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
387
|
-
"objective_c" => {strategy: :window, checks: 156, failures:
|
|
387
|
+
"objective_c" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 0, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
388
388
|
"objective_cpp" => {strategy: :window, checks: 156, failures: 7, failure: {reason: "token_mismatch", sample: 0, mutation: 27, line: 1, expected: "[[\"Comment.Preproc\", \"#import <arr\"], [\"Comment.Multiline\", \"/*ay>\\n\"]]", actual: "[[\"Comment.Preproc\", \"#import <arr/*ay>\\n\"]]"}}.freeze,
|
|
389
389
|
"ocaml" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
390
390
|
"ocl" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
@@ -394,57 +394,57 @@ module Antares
|
|
|
394
394
|
"pascal" => {strategy: :window, checks: 156, failures: 12, failure: {reason: "token_mismatch", sample: 0, mutation: 29, line: 4, expected: "[[\"Text\", \" \"], [\"Name\", \"WriteL\"], [\"Text\", \"\\t\"], [\"Name\", \"n\"], [\"Punctuation\", \"(\"], [\"Literal.String\", \"'Fizz\\\\'')\\n\"]]", actual: "[[\"Text\", \" \"], [\"Name\", \"WriteL\"], [\"Text\", \"\\t\"], [\"Name\", \"n\"], [\"Punctuation\", \"(\"], [\"Literal.String\", \"'Fizz\\\\'\"], [\"Error\", \"'\"], [\"Punctuation\", \")\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
395
395
|
"pdf" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
396
396
|
"perl" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
397
|
-
"php" => {strategy: :window, checks: 156, failures:
|
|
397
|
+
"php" => {strategy: :window, checks: 156, failures: 2, failure: {reason: "token_mismatch", sample: 1, mutation: 3, line: 5, expected: "[[\"Name.Tag\", \"<\"], [\"Error\", \"?\"], [\"Name.Attribute\", \"phpx\"], [\"Text\", \"\\n\"]]", actual: "[[\"Comment.Preproc\", \"<?php\"], [\"Name\", \"x\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
398
398
|
"plaintext" => {strategy: :window, checks: 156, failures: 156, failure: {reason: "Antares::UnsupportedLexerError", sample: 0, mutation: 0, message: "plaintext has a custom stream driver"}}.freeze,
|
|
399
|
-
"plist" => {strategy: :window, checks: 156, failures:
|
|
399
|
+
"plist" => {strategy: :window, checks: 156, failures: 11, failure: {reason: "token_mismatch", sample: 0, mutation: 20, line: 2, expected: "[[\"Punctuation\", \"}\"], [\"Error\", \"#\"], [\"Punctuation\", \"{\"], [\"Literal.String.Single\", \"'>\\n\"]]", actual: "[[\"Punctuation\", \"}\"], [\"Error\", \"#\"], [\"Punctuation\", \"{\"], [\"Error\", \"'>\"], [\"Text.Whitespace\", \"\\n\"]]"}}.freeze,
|
|
400
400
|
"plsql" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
401
401
|
"pony" => {strategy: :window, checks: 156, failures: 18, failure: {reason: "token_mismatch", sample: 1, mutation: 21, line: 14, expected: "[[\"Literal.String.Doc\", \" \\\"\\\"\\\"\"], [\"Comment.Multiline\", \"/*\\n\"]]", actual: "[[\"Literal.String.Doc\", \" \\\"\\\"\\\"\"], [\"Operator\", \"/*\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
402
402
|
"postscript" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
403
403
|
"powershell" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
404
404
|
"praat" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
405
|
-
"prolog" => {strategy: :window, checks: 156, failures:
|
|
405
|
+
"prolog" => {strategy: :window, checks: 156, failures: 6, failure: {reason: "token_mismatch", sample: 1, mutation: 20, line: 8, expected: "[[\"Operator\", \"#\"], [\"Punctuation\", \"{\"], [\"Literal.String.Double\", \"\\\"\\\#{ \\n\"]]", actual: "[[\"Operator\", \"#\"], [\"Punctuation\", \"{\"], [\"Error\", \"\\\"\"], [\"Operator\", \"#\"], [\"Punctuation\", \"{\"], [\"Text\", \" \\n\"]]"}}.freeze,
|
|
406
406
|
"prometheus" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
407
|
-
"properties" => {strategy: :
|
|
407
|
+
"properties" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
408
408
|
"protobuf" => {strategy: :window, checks: 156, failures: 6, failure: {reason: "token_mismatch", sample: 1, mutation: 47, line: 0, expected: "[[\"Comment.Multiline\", \"/*/*\\n\"]]", actual: "[[\"Operator\", \"/\"], [\"Error\", \"*\"], [\"Operator\", \"/\"], [\"Error\", \"*\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
409
|
-
"puppet" => {strategy: :
|
|
409
|
+
"puppet" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
410
410
|
"python" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
411
411
|
"q" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
412
412
|
"qml" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
413
|
-
"r" => {strategy: :window, checks: 156, failures:
|
|
413
|
+
"r" => {strategy: :window, checks: 156, failures: 10, failure: {reason: "token_mismatch", sample: 1, mutation: 15, line: 0, expected: "[[\"Name\", \"pbenford\"], [\"Text.Whitespace\", \" \"], [\"Operator\", \"<-\"], [\"Text.Whitespace\", \" \"], [\"Name\", \"functi\"], [\"Literal.String.Double\", \"\\\"on(q){\\n\"]]", actual: "[[\"Name\", \"pbenford\"], [\"Text.Whitespace\", \" \"], [\"Operator\", \"<-\"], [\"Text.Whitespace\", \" \"], [\"Name\", \"functi\"], [\"Error\", \"\\\"\"], [\"Name\", \"on\"], [\"Punctuation\", \"(\"], [\"Name\", \"q\"], [\"Punctuation\", \"){\"], [\"Text.Whitespace\", \"\\n\"]]"}}.freeze,
|
|
414
414
|
"racket" => {strategy: :window, checks: 156, failures: 2, failure: {reason: "token_mismatch", sample: 1, mutation: 33, line: 33, expected: "[[\"Literal.String\", \"\\\"\\n\"]]", actual: "[[\"Name.Variable\", \"\\\"\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
415
415
|
"reasonml" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
416
|
-
"rego" => {strategy: :window, checks: 156, failures:
|
|
416
|
+
"rego" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 2, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
417
417
|
"rescript" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
418
418
|
"rml" => {strategy: :window, checks: 156, failures: 7, failure: {reason: "token_mismatch", sample: 1, mutation: 21, line: 19, expected: "[[\"Literal.String.Regex\", \"del_false\"], [\"Error\", \"\\\\\"], [\"Text\", \" \"], [\"Keyword\", \"matches\"], [\"Text\", \" \"], [\"Literal.String.Regex\", \"del\"], [\"Operator\", \"(_,\"], [\"Keyword\", \"false\"], [\"Operator\", \");\"], [\"Text\", \"\\n\"]]", actual: "[[\"Name.Function\", \"del_false\"], [\"Error\", \"\\\\\"], [\"Text\", \" \"], [\"Keyword\", \"matches\"], [\"Text\", \" \"], [\"Name.Function\", \"del\"], [\"Operator\", \"(_,\"], [\"Keyword\", \"false\"], [\"Operator\", \");\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
419
419
|
"robot_framework" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
420
420
|
"rocq" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
421
421
|
"ruby" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 1, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
422
422
|
"rust" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
423
|
-
"sas" => {strategy: :window, checks: 156, failures:
|
|
423
|
+
"sas" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 0, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
424
424
|
"sass" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
425
|
-
"scala" => {strategy: :window, checks: 156, failures:
|
|
425
|
+
"scala" => {strategy: :window, checks: 156, failures: 3, failure: {reason: "token_mismatch", sample: 1, mutation: 14, line: 2, expected: "[[\"Literal.String\", \"class Greeter(n\\tame: :String != \\\"\"], [\"Name.Class\", \"World\"], [\"Literal.String\", \"\\\") {\\n\"]]", actual: "[[\"Literal.String\", \"class Greeter(n\\tame: :String != \\\"\"], [\"Name.Class\", \"World\"], [\"Error\", \"\\\"\"], [\"Operator\", \")\"], [\"Text\", \" \"], [\"Operator\", \"{\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
426
426
|
"scheme" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 2, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
427
|
-
"scss" => {strategy: :window, checks: 156, failures:
|
|
427
|
+
"scss" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 0, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
428
428
|
"sed" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "token_mismatch", sample: 2, mutation: 21, line: 3, expected: "[[\"Error\", \"\\\"\"], [\"Keyword\", \"q\"], [\"Error\", \"uote\"], [\"Keyword\", \"d\"], [\"Error\", \"\\\"\"], [\"Text\", \" \"], [\"Error\", \"'!\"], [\"Keyword\", \"s\"], [\"Punctuation\", \"i\"], [\"Literal.String.Regex\", \"ngle'\\t\"], [\"Error\", \"\\n\"]]", actual: "[[\"Error\", \"\\\"\"], [\"Keyword\", \"q\"], [\"Error\", \"uote\"], [\"Keyword\", \"d\"], [\"Error\", \"\\\"\"], [\"Text\", \" \"], [\"Error\", \"'!s\"], [\"Keyword\", \"i\"], [\"Literal.String\", \"ngle'\\t\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
429
429
|
"shell" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
430
430
|
"sieve" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 0, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
431
431
|
"slice" => {strategy: :window, checks: 156, failures: 3, failure: {reason: "token_mismatch", sample: 1, mutation: 37, line: 8, expected: "[[\"Punctuation\", \"{\"], [\"Operator\", \"*\"], [\"Error\", \"\\\\\"], [\"Name\", \"x\"], [\"Text\", \" \"], [\"Operator\", \"/\"], [\"Text\", \"\\n\"]]", actual: "[[\"Literal.String\", \"{*\\\\x /\"], [\"Error\", \"\\n\"]]"}}.freeze,
|
|
432
|
-
"slim" => {strategy: :
|
|
433
|
-
"smalltalk" => {strategy: :window, checks: 156, failures:
|
|
432
|
+
"slim" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
433
|
+
"smalltalk" => {strategy: :window, checks: 156, failures: 3, failure: {reason: "token_mismatch", sample: 0, mutation: 20, line: 3, expected: "[[\"Text\", \" \"], [\"Name.Variable\", \"m\"], [\"Literal.String\", \"'ul := i1 * i2.\\n\"]]", actual: "[[\"Text\", \" \"], [\"Name.Variable\", \"m\"], [\"Error\", \"'\"], [\"Name.Variable\", \"ul\"], [\"Text\", \" \"], [\"Operator\", \":=\"], [\"Text\", \" \"], [\"Name.Variable\", \"i1\"], [\"Text\", \" \"], [\"Name.Function\", \"*\"], [\"Text\", \" \"], [\"Name.Variable\", \"i2\"], [\""}}.freeze,
|
|
434
434
|
"smarty" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
435
435
|
"sml" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
436
436
|
"sparql" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
437
437
|
"sqf" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 0, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
438
438
|
"sql" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
439
439
|
"ssh" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
440
|
-
"stan" => {strategy: :window, checks: 156, failures:
|
|
441
|
-
"stata" => {strategy: :window, checks: 156, failures:
|
|
442
|
-
"supercollider" => {strategy: :window, checks: 156, failures:
|
|
440
|
+
"stan" => {strategy: :window, checks: 156, failures: 96, failure: {reason: "token_mismatch", sample: 0, mutation: 8, line: 1, expected: "[[\"Comment.Multiline\", \"/* y ~ normal(alpha + beta * x, sigma);\\n\"]]", actual: "[[\"Operator\", \"/*\"], [\"Text\", \" \"], [\"Name.Variable\", \"y\"], [\"Text\", \" \"], [\"Operator\", \"~\"], [\"Text\", \" \"], [\"Name.Builtin\", \"normal\"], [\"Punctuation\", \"(\"], [\"Name.Variable\", \"alpha\"], [\"Text\", \" \"], [\"Operator\", \"+\"], [\"Text\", \" \"], [\"N"}}.freeze,
|
|
441
|
+
"stata" => {strategy: :window, checks: 156, failures: 4, failure: {reason: "token_mismatch", sample: 1, mutation: 11, line: 25, expected: "[[\"Text\", \"\\n\"]]", actual: "[[\"Keyword\", \"\\n\"]]"}}.freeze,
|
|
442
|
+
"supercollider" => {strategy: :window, checks: 156, failures: 2, failure: {reason: "token_mismatch", sample: 1, mutation: 48, line: 1, expected: "[[\"Text\", \" \"], [\"Name.Class\", \"Pink\"], [\"Literal.String\", \"\\\"Noise.ar(0.1 * x + 0.1)\\n\"]]", actual: "[[\"Text\", \" \"], [\"Name.Class\", \"Pink\"], [\"Error\", \"\\\"\"], [\"Name.Class\", \"Noise\"], [\"Punctuation\", \".\"], [\"Name\", \"ar\"], [\"Punctuation\", \"(\"], [\"Literal.Number.Float\", \"0.1\"], [\"Text\", \" \"], [\"Operator\", \"*\"], [\"Text\", \" \"], [\"Name\", "}}.freeze,
|
|
443
443
|
"svelte" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
444
444
|
"swift" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
445
445
|
"systemd" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
446
|
-
"syzlang" => {strategy: :window, checks: 156, failures:
|
|
447
|
-
"syzprog" => {strategy: :
|
|
446
|
+
"syzlang" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 2, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
447
|
+
"syzprog" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
448
448
|
"tap" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
449
449
|
"tcl" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
450
450
|
"terraform" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
@@ -452,9 +452,9 @@ module Antares
|
|
|
452
452
|
"thrift" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
453
453
|
"toml" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
454
454
|
"tsx" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "token_mismatch", sample: 0, mutation: 13, line: 1, expected: "[[\"Text\", \" \"], [\"Name.Other\", \"ReactDOM\"], [\"Punctuation\", \".\"], [\"Name.Other\", \"$\"], [\"Punctuation\", \"{\"], [\"Name.Other\", \"render\"], [\"Punctuation\", \"(\"], [\"Text\", \"\\n\"]]", actual: "[[\"Text\", \" \"], [\"Name.Other\", \"ReactDOM\"], [\"Punctuation\", \".\"], [\"Name.Other\", \"$\"], [\"Punctuation\", \"{\"], [\"Name.Function\", \"render\"], [\"Punctuation\", \"(\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
455
|
-
"ttcn3" => {strategy: :window, checks: 156, failures:
|
|
455
|
+
"ttcn3" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 0, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
456
456
|
"tulip" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
457
|
-
"turtle" => {strategy: :window, checks: 156, failures:
|
|
457
|
+
"turtle" => {strategy: :window, checks: 156, failures: 9, failure: {reason: "token_mismatch", sample: 0, mutation: 35, line: 11, expected: "[[\"Punctuation\", \"}\"], [\"Name\", \"*/\"], [\"Literal.String\", \"\\\"\\n\"]]", actual: "[[\"Punctuation\", \"}\"], [\"Name\", \"*/\"], [\"Error\", \"\\\"\"], [\"Text.Whitespace\", \"\\n\"]]"}}.freeze,
|
|
458
458
|
"twig" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
459
459
|
"typescript" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
460
460
|
"vala" => {strategy: :window, checks: 156, failures: 3, failure: {reason: "token_mismatch", sample: 1, mutation: 41, line: 6, expected: "[[\"Text\", \" \"], [\"Comment.Multiline\", \"/*}\\n\"]]", actual: "[[\"Text\", \" \"], [\"Punctuation\", \"/*}\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
@@ -466,13 +466,13 @@ module Antares
|
|
|
466
466
|
"vhdl" => {strategy: :window, checks: 156, failures: 20, failure: {reason: "token_mismatch", sample: 0, mutation: 45, line: 16, expected: "[[\"Keyword\", \"end\"], [\"Text\", \" \"], [\"Name\", \"en\"], [\"Punctuation\", \":\"], [\"Name\", \"tity\"], [\"Text\", \" \"], [\"Name\", \"toggle_de\"], [\"Literal.String.Single\", \"\\\"mo;\\n\"]]", actual: "[[\"Keyword\", \"end\"], [\"Text\", \" \"], [\"Name\", \"en\"], [\"Punctuation\", \":\"], [\"Name\", \"tity\"], [\"Text\", \" \"], [\"Name\", \"toggle_de\"], [\"Error\", \"\\\"\"], [\"Name\", \"mo\"], [\"Punctuation\", \";\"], [\"Text\", \"\\n\"]]"}}.freeze,
|
|
467
467
|
"viml" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
468
468
|
"vue" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
469
|
-
"wollok" => {strategy: :window, checks: 156, failures: 10, failure: {reason: "token_mismatch", sample:
|
|
469
|
+
"wollok" => {strategy: :window, checks: 156, failures: 10, failure: {reason: "token_mismatch", sample: 1, mutation: 20, line: 9, expected: "[[\"Text.Whitespace\", \" \"], [\"Keyword.Variable\", \"v\"], [\"Comment.Multiline\", \"/*ar${ energy = 100\\n\"]]", actual: "[[\"Text.Whitespace\", \" \"], [\"Keyword.Variable\", \"v\"], [\"Operator\", \"/*\"], [\"Keyword.Variable\", \"ar\"], [\"Error\", \"$\"], [\"Text\", \"{\"], [\"Text.Whitespace\", \" \"], [\"Keyword.Variable\", \"energy\"], [\"Text.Whitespace\", \" \"], [\"Text\", \"=\"], [\"Tex"}}.freeze,
|
|
470
470
|
"xml" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
471
471
|
"xojo" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
472
|
-
"xpath" => {strategy: :window, checks: 156, failures:
|
|
472
|
+
"xpath" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 2, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
473
473
|
"xquery" => {strategy: :window, checks: 156, failures: 2, failure: {reason: "token_mismatch", sample: 1, mutation: 50, line: 12, expected: "[[\"Text.Whitespace\", \" \"], [\"Error\", \"λ\"], [\"Text.Whitespace\", \" \"], [\"Name.Tag\", \"<li>\"], [\"Text\", \"'\"], [\"Punctuation\", \"{\"], [\"Name.Variable\", \"$\"], [\"Error\", \":\"], [\"Name.Variable\", \"product\"], [\"Operator\", \"/*/\"], [\"Name.Tag\"", actual: "[[\"Text.Whitespace\", \" \"], [\"Error\", \"λ\"], [\"Text.Whitespace\", \" \"], [\"Name.Tag\", \"<li>\"], [\"Text\", \"'\"], [\"Punctuation\", \"{\"], [\"Name.Variable\", \"$\"], [\"Error\", \":\"], [\"Name.Variable\", \"product\"], [\"Operator\", \"/*/\"], [\"Name.Tag\""}}.freeze,
|
|
474
|
-
"yaml" => {strategy: :
|
|
475
|
-
"yang" => {strategy: :window, checks: 156, failures:
|
|
474
|
+
"yaml" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
475
|
+
"yang" => {strategy: :window, checks: 156, failures: 1, failure: {reason: "nonlocal_token", sample: 2, message: "closing a token changes lines before its edit checkpoint"}}.freeze,
|
|
476
476
|
"zig" => {strategy: :incremental, checks: 156, failures: 0, failure: nil}.freeze,
|
|
477
477
|
}.freeze
|
|
478
478
|
end
|