diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-integer-with-sequential-underscores.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-integer-with-sequential-underscores.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a4a43506ce54ff00533f1332e3a6f251e4c0500 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-integer-with-sequential-underscores.txt @@ -0,0 +1,6 @@ +---input--- +3__0890__100 + +---tokens--- +'3__0890__100' Literal.Number.Float +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-integer-with-underscores.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-integer-with-underscores.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5719ef158ae6e2fe8206055945064aa27f62250 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-integer-with-underscores.txt @@ -0,0 +1,6 @@ +---input--- +1_000_000 + +---tokens--- +'1_000_000' Literal.Number.Float +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-integer.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-integer.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe7015f6cdd7001ecb8bd3a5ae5f8d9784d6c199 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-integer.txt @@ -0,0 +1,6 @@ +---input--- +1 + +---tokens--- +'1' Literal.Number.Float +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-double.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-double.txt new file mode 100644 index 0000000000000000000000000000000000000000..1457104cbfd79c2b7ab7052466195ede1ef7eb27 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-double.txt @@ -0,0 +1,6 @@ +---input--- +-2.71828 + +---tokens--- +'-2.71828' Literal.Number.Float +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-hex.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-hex.txt new file mode 100644 index 0000000000000000000000000000000000000000..979f08e810a237f1c4db68270d785a0c9d261c5a --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-hex.txt @@ -0,0 +1,6 @@ +---input--- +-0xFF + +---tokens--- +'-0xFF' Literal.Number.Hex +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-integer.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-integer.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b775cc106847e0a82faccd14af77dbb8ec3f502 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-integer.txt @@ -0,0 +1,6 @@ +---input--- +-2 + +---tokens--- +'-2' Literal.Number.Float +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-radix.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-radix.txt new file mode 100644 index 0000000000000000000000000000000000000000..f71c7112aba55d0876c0e44678b27d9cf5252d31 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-radix.txt @@ -0,0 +1,6 @@ +---input--- +-36r20 + +---tokens--- +'-36r20' Literal.Number +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-radix-with-exponent.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-radix-with-exponent.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff16ce93ad5df551d20c40ead21ebb6df3cba0f8 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-radix-with-exponent.txt @@ -0,0 +1,6 @@ +---input--- +3r01&02 + +---tokens--- +'3r01&02' Literal.Number +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-radix.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-radix.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7ce694e04014d17d1495b0ff6d13376235ea59e --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-radix.txt @@ -0,0 +1,6 @@ +---input--- +2r0101010001 + +---tokens--- +'2r0101010001' Literal.Number +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-shouting-double-with-exponent.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-shouting-double-with-exponent.txt new file mode 100644 index 0000000000000000000000000000000000000000..cad560d21ddf054632a1a5b0523ec078bc0c8d68 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-shouting-double-with-exponent.txt @@ -0,0 +1,6 @@ +---input--- +1E9 + +---tokens--- +'1E9' Literal.Number.Float +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_arr_lit-empty.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_arr_lit-empty.txt new file mode 100644 index 0000000000000000000000000000000000000000..eeaf2642bfe170fae9dff8e47758fd8595a81588 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_arr_lit-empty.txt @@ -0,0 +1,7 @@ +---input--- +@() + +---tokens--- +'@(' Punctuation +')' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_arr_lit-recursive.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_arr_lit-recursive.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d8a794ae4f6918a05011ee9ef088a827bacd63e --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_arr_lit-recursive.txt @@ -0,0 +1,24 @@ +---input--- +@(@(3 0 3) 8 @(3 0 3)) + +---tokens--- +'@(' Punctuation +'@(' Punctuation +'3' Literal.Number.Float +' ' Text.Whitespace +'0' Literal.Number.Float +' ' Text.Whitespace +'3' Literal.Number.Float +')' Punctuation +' ' Text.Whitespace +'8' Literal.Number.Float +' ' Text.Whitespace +'@(' Punctuation +'3' Literal.Number.Float +' ' Text.Whitespace +'0' Literal.Number.Float +' ' Text.Whitespace +'3' Literal.Number.Float +')' Punctuation +')' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_arr_lit-simple.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_arr_lit-simple.txt new file mode 100644 index 0000000000000000000000000000000000000000..03befb0956a48c67363472f7a46bbd6527b3ef2e --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_arr_lit-simple.txt @@ -0,0 +1,12 @@ +---input--- +@(:hello :there :friend) + +---tokens--- +'@(' Punctuation +':hello' Name.Constant +' ' Text.Whitespace +':there' Name.Constant +' ' Text.Whitespace +':friend' Name.Constant +')' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_tup_lit-empty.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_tup_lit-empty.txt new file mode 100644 index 0000000000000000000000000000000000000000..b169faa78a3731b1a533a42f42561c1fbeaaf502 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_tup_lit-empty.txt @@ -0,0 +1,7 @@ +---input--- +() + +---tokens--- +'(' Punctuation +')' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_tup_lit-recurisve.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_tup_lit-recurisve.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d4a24c94fb215b27818d59f5c6dc1d488ad80a1 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_tup_lit-recurisve.txt @@ -0,0 +1,20 @@ +---input--- +(+ 1 2 (- 9 8)) + +---tokens--- +'(' Punctuation +'+' Name.Function +' ' Text.Whitespace +'1' Literal.Number.Float +' ' Text.Whitespace +'2' Literal.Number.Float +' ' Text.Whitespace +'(' Punctuation +'-' Name.Function +' ' Text.Whitespace +'9' Literal.Number.Float +' ' Text.Whitespace +'8' Literal.Number.Float +')' Punctuation +')' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_tup_lit-simple.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_tup_lit-simple.txt new file mode 100644 index 0000000000000000000000000000000000000000..1cfda7ac2a806be633258e71830acf7ca17f9206 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_tup_lit-simple.txt @@ -0,0 +1,14 @@ +---input--- +(+ 1 2 3) + +---tokens--- +'(' Punctuation +'+' Name.Function +' ' Text.Whitespace +'1' Literal.Number.Float +' ' Text.Whitespace +'2' Literal.Number.Float +' ' Text.Whitespace +'3' Literal.Number.Float +')' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/qq_lit-paren-tuple.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/qq_lit-paren-tuple.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a10e67f44ff528b3292d3d78df6c1972ae23528 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/qq_lit-paren-tuple.txt @@ -0,0 +1,13 @@ +---input--- +~(1 2 3) + +---tokens--- +'~' Operator +'(' Punctuation +'1' Literal.Number.Float +' ' Text.Whitespace +'2' Literal.Number.Float +' ' Text.Whitespace +'3' Literal.Number.Float +')' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/qq_lit-simple.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/qq_lit-simple.txt new file mode 100644 index 0000000000000000000000000000000000000000..d57b053b21bea83d459a9f189c2f0c9bbbabfd21 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/qq_lit-simple.txt @@ -0,0 +1,7 @@ +---input--- +~1 + +---tokens--- +'~' Operator +'1' Literal.Number.Float +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/quote_lit-simple.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/quote_lit-simple.txt new file mode 100644 index 0000000000000000000000000000000000000000..38cc92c3f0ba1767dc9cfc31fc6edc3da3d86729 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/quote_lit-simple.txt @@ -0,0 +1,7 @@ +---input--- +':hobbes + +---tokens--- +"'" Operator +':hobbes' Name.Constant +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/quote_lit-tuple.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/quote_lit-tuple.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bf12f69a0c2183bcec5a08a3e625e17c08de748 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/quote_lit-tuple.txt @@ -0,0 +1,13 @@ +---input--- +'(:a :b :c) + +---tokens--- +"'" Operator +'(' Punctuation +':a' Name.Constant +' ' Text.Whitespace +':b' Name.Constant +' ' Text.Whitespace +':c' Name.Constant +')' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-call.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-call.txt new file mode 100644 index 0000000000000000000000000000000000000000..94bb407f4f0b0b254bf191c1e27f119adf39eaae --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-call.txt @@ -0,0 +1,13 @@ +---input--- +|(= $ 1) + +---tokens--- +'|' Operator +'(' Punctuation +'=' Name.Function +' ' Text.Whitespace +'$' Name.Variable +' ' Text.Whitespace +'1' Literal.Number.Float +')' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-keyword.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-keyword.txt new file mode 100644 index 0000000000000000000000000000000000000000..d186a5bfd603e0160c13d4e436142976e0a5d952 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-keyword.txt @@ -0,0 +1,7 @@ +---input--- +|:a-fine-keyword + +---tokens--- +'|' Operator +':a-fine-keyword' Name.Constant +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-number.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-number.txt new file mode 100644 index 0000000000000000000000000000000000000000..66e9bd00e83dafd75638446cefa579c5ade134a1 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-number.txt @@ -0,0 +1,7 @@ +---input--- +|8 + +---tokens--- +'|' Operator +'8' Literal.Number.Float +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-square-bracket-array.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-square-bracket-array.txt new file mode 100644 index 0000000000000000000000000000000000000000..288ae027a81f60e7f0b99b0cb5a571239ada41fc --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-square-bracket-array.txt @@ -0,0 +1,11 @@ +---input--- +|@[8 9] + +---tokens--- +'|' Operator +'@[' Punctuation +'8' Literal.Number.Float +' ' Text.Whitespace +'9' Literal.Number.Float +']' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-square-bracket-tuple.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-square-bracket-tuple.txt new file mode 100644 index 0000000000000000000000000000000000000000..15325fed2972b04c9f865e300e833f240e85f15d --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-square-bracket-tuple.txt @@ -0,0 +1,11 @@ +---input--- +|[1 2] + +---tokens--- +'|' Operator +'[' Punctuation +'1' Literal.Number.Float +' ' Text.Whitespace +'2' Literal.Number.Float +']' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-string.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-string.txt new file mode 100644 index 0000000000000000000000000000000000000000..54c39dbe6b4e56f0d6c9ee2e8bd186505bc5e977 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-string.txt @@ -0,0 +1,9 @@ +---input--- +|"nice string" + +---tokens--- +'|' Operator +'"' Literal.String +'nice string' Literal.String +'"' Literal.String +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-struct.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-struct.txt new file mode 100644 index 0000000000000000000000000000000000000000..3762659df31d3916ef478df2fba82f80d50014fe --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-struct.txt @@ -0,0 +1,11 @@ +---input--- +|{:a 1} + +---tokens--- +'|' Operator +'{' Punctuation +':a' Name.Constant +' ' Text.Whitespace +'1' Literal.Number.Float +'}' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-symbol.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-symbol.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf5ccf4f7725580c9e60125398b7e776835e8ec2 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-symbol.txt @@ -0,0 +1,7 @@ +---input--- +|a-sym + +---tokens--- +'|' Operator +'a-sym' Name.Variable +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/splice_lit-in-call.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/splice_lit-in-call.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5b0c8bb666cd8b9da8ce593d104912e1e4ab6e4 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/splice_lit-in-call.txt @@ -0,0 +1,17 @@ +---input--- +(+ ;[1 2 3]) + +---tokens--- +'(' Punctuation +'+' Name.Function +' ' Text.Whitespace +';' Operator +'[' Punctuation +'1' Literal.Number.Float +' ' Text.Whitespace +'2' Literal.Number.Float +' ' Text.Whitespace +'3' Literal.Number.Float +']' Punctuation +')' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_arr_lit-empty.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_arr_lit-empty.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7150745b2e076afe3ace44988fb27663f6e6912 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_arr_lit-empty.txt @@ -0,0 +1,7 @@ +---input--- +@[] + +---tokens--- +'@[' Punctuation +']' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_arr_lit-recursive.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_arr_lit-recursive.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d81a89e71899c57b1103ae226f23c16be2f54e6 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_arr_lit-recursive.txt @@ -0,0 +1,24 @@ +---input--- +@[1 @[2 @[3 8]] @[9 0]] + +---tokens--- +'@[' Punctuation +'1' Literal.Number.Float +' ' Text.Whitespace +'@[' Punctuation +'2' Literal.Number.Float +' ' Text.Whitespace +'@[' Punctuation +'3' Literal.Number.Float +' ' Text.Whitespace +'8' Literal.Number.Float +']' Punctuation +']' Punctuation +' ' Text.Whitespace +'@[' Punctuation +'9' Literal.Number.Float +' ' Text.Whitespace +'0' Literal.Number.Float +']' Punctuation +']' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_arr_lit-simple.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_arr_lit-simple.txt new file mode 100644 index 0000000000000000000000000000000000000000..2339515d414b1b74089f43ae862dec0936a3225d --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_arr_lit-simple.txt @@ -0,0 +1,18 @@ +---input--- +@[2 7 1 8 2 8] + +---tokens--- +'@[' Punctuation +'2' Literal.Number.Float +' ' Text.Whitespace +'7' Literal.Number.Float +' ' Text.Whitespace +'1' Literal.Number.Float +' ' Text.Whitespace +'8' Literal.Number.Float +' ' Text.Whitespace +'2' Literal.Number.Float +' ' Text.Whitespace +'8' Literal.Number.Float +']' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_tup_lit-empty.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_tup_lit-empty.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cd4aec05d41554e2690569666b562dde7106afb --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_tup_lit-empty.txt @@ -0,0 +1,7 @@ +---input--- +[] + +---tokens--- +'[' Punctuation +']' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_tup_lit-recursive.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_tup_lit-recursive.txt new file mode 100644 index 0000000000000000000000000000000000000000..f09d9b8b9649d3bd7614c43cae83f2ddf19eb9d7 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_tup_lit-recursive.txt @@ -0,0 +1,20 @@ +---input--- +[:html [:body [:p "surely you must be joking"]]] + +---tokens--- +'[' Punctuation +':html' Name.Constant +' ' Text.Whitespace +'[' Punctuation +':body' Name.Constant +' ' Text.Whitespace +'[' Punctuation +':p' Name.Constant +' ' Text.Whitespace +'"' Literal.String +'surely you must be joking' Literal.String +'"' Literal.String +']' Punctuation +']' Punctuation +']' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_tup_lit-simple.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_tup_lit-simple.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d6578db78a5a853cb9c08a04f8d8a3d81993962 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_tup_lit-simple.txt @@ -0,0 +1,12 @@ +---input--- +[:alice :bob :carol] + +---tokens--- +'[' Punctuation +':alice' Name.Constant +' ' Text.Whitespace +':bob' Name.Constant +' ' Text.Whitespace +':carol' Name.Constant +']' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-multiline.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-multiline.txt new file mode 100644 index 0000000000000000000000000000000000000000..0993380a4c12fc3ae5a54c84da15e1f89ae5dfcc --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-multiline.txt @@ -0,0 +1,9 @@ +---input--- +"this is the first line +and what is this one?" + +---tokens--- +'"' Literal.String +'this is the first line\nand what is this one?' Literal.String +'"' Literal.String +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-simple.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-simple.txt new file mode 100644 index 0000000000000000000000000000000000000000..e04613b9f579a1694c223cc5f189106300170186 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-simple.txt @@ -0,0 +1,8 @@ +---input--- +"hello there" + +---tokens--- +'"' Literal.String +'hello there' Literal.String +'"' Literal.String +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-escapes.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-escapes.txt new file mode 100644 index 0000000000000000000000000000000000000000..beface4e1c48b49dae51aa0e4ebb37d3823a017a --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-escapes.txt @@ -0,0 +1,12 @@ +---input--- +"first line\nsecond\tline" + +---tokens--- +'"' Literal.String +'first line' Literal.String +'\\n' Literal.String.Escape +'second' Literal.String +'\\t' Literal.String.Escape +'line' Literal.String +'"' Literal.String +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-hex-escape.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-hex-escape.txt new file mode 100644 index 0000000000000000000000000000000000000000..465ecbfc439e75444d3a838871d8cdb34fba1d17 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-hex-escape.txt @@ -0,0 +1,8 @@ +---input--- +"\xAB" + +---tokens--- +'"' Literal.String +'\\xAB' Literal.String.Escape +'"' Literal.String +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-utf8-four-hex-digits-escape.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-utf8-four-hex-digits-escape.txt new file mode 100644 index 0000000000000000000000000000000000000000..876babce8f35480423fe11b118b1e3647ca910af --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-utf8-four-hex-digits-escape.txt @@ -0,0 +1,8 @@ +---input--- +"\u23f1" + +---tokens--- +'"' Literal.String +'\\u23f1' Literal.String.Escape +'"' Literal.String +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-utf8-six-hex-digits-escape.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-utf8-six-hex-digits-escape.txt new file mode 100644 index 0000000000000000000000000000000000000000..be7bc65a2402068d752a3df4046e8bacd15139d0 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-utf8-six-hex-digits-escape.txt @@ -0,0 +1,8 @@ +---input--- +"\U01F609" + +---tokens--- +'"' Literal.String +'\\U01F609' Literal.String.Escape +'"' Literal.String +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/struct_lit-empty.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/struct_lit-empty.txt new file mode 100644 index 0000000000000000000000000000000000000000..8840ea281f07476957be3fba0a7aaccd36bd9069 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/struct_lit-empty.txt @@ -0,0 +1,7 @@ +---input--- +{} + +---tokens--- +'{' Punctuation +'}' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/struct_lit-recursive.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/struct_lit-recursive.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9ffe1cca19cf3505e62fd25cdec9d6638b48928 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/struct_lit-recursive.txt @@ -0,0 +1,30 @@ +---input--- +{:alice {:likes :bob} :bob {:likes :carol} :carol {:likes :alice}} + +---tokens--- +'{' Punctuation +':alice' Name.Constant +' ' Text.Whitespace +'{' Punctuation +':likes' Name.Constant +' ' Text.Whitespace +':bob' Name.Constant +'}' Punctuation +' ' Text.Whitespace +':bob' Name.Constant +' ' Text.Whitespace +'{' Punctuation +':likes' Name.Constant +' ' Text.Whitespace +':carol' Name.Constant +'}' Punctuation +' ' Text.Whitespace +':carol' Name.Constant +' ' Text.Whitespace +'{' Punctuation +':likes' Name.Constant +' ' Text.Whitespace +':alice' Name.Constant +'}' Punctuation +'}' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/struct_lit-simple.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/struct_lit-simple.txt new file mode 100644 index 0000000000000000000000000000000000000000..02d16508f725f020e19ab468095bf0d2586d3890 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/struct_lit-simple.txt @@ -0,0 +1,14 @@ +---input--- +{:a 1 :b 2} + +---tokens--- +'{' Punctuation +':a' Name.Constant +' ' Text.Whitespace +'1' Literal.Number.Float +' ' Text.Whitespace +':b' Name.Constant +' ' Text.Whitespace +'2' Literal.Number.Float +'}' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-alphabetic.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-alphabetic.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1157df82d9fae99ba3e56e1ed953a25750878bf --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-alphabetic.txt @@ -0,0 +1,6 @@ +---input--- +var + +---tokens--- +'var' Name.Variable +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-ear-muffs.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-ear-muffs.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5dec6061af4f082622aa121d613457889d34dee --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-ear-muffs.txt @@ -0,0 +1,6 @@ +---input--- +*global-var* + +---tokens--- +'*global-var*' Name.Variable +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-full-of-stars.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-full-of-stars.txt new file mode 100644 index 0000000000000000000000000000000000000000..1279c0f3e83989485524b8069fac5590727d6ad5 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-full-of-stars.txt @@ -0,0 +1,6 @@ +---input--- +***** + +---tokens--- +'*****' Name.Variable +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-kebab-case.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-kebab-case.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e0c1cf18187caa865c5543a154e809f11b2c169 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-kebab-case.txt @@ -0,0 +1,6 @@ +---input--- +kebab-case-symbol + +---tokens--- +'kebab-case-symbol' Name.Variable +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-legal-but-hard-to-read.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-legal-but-hard-to-read.txt new file mode 100644 index 0000000000000000000000000000000000000000..54701e51f35025cc33470ad2ae97509e0e4c9d04 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-legal-but-hard-to-read.txt @@ -0,0 +1,6 @@ +---input--- +!%$^*__--__._+++===-crazy-symbol + +---tokens--- +'!%$^*__--__._+++===-crazy-symbol' Name.Variable +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-name-with-module-name.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-name-with-module-name.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1489f5801697587ef401f4f5fe47039db20c68f --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-name-with-module-name.txt @@ -0,0 +1,6 @@ +---input--- +my-module/my-function + +---tokens--- +'my-module/my-function' Name.Variable +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-snake-case.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-snake-case.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7c7eb411e927b2e780d0c6ef2f4c6ef919c20e4 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-snake-case.txt @@ -0,0 +1,6 @@ +---input--- +snake_case_symbol + +---tokens--- +'snake_case_symbol' Name.Variable +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/tbl_lit-empty.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/tbl_lit-empty.txt new file mode 100644 index 0000000000000000000000000000000000000000..3bd99af813a1948256968dac72b1add886d4903d --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/tbl_lit-empty.txt @@ -0,0 +1,7 @@ +---input--- +@{} + +---tokens--- +'@{' Punctuation +'}' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/tbl_lit-recursive.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/tbl_lit-recursive.txt new file mode 100644 index 0000000000000000000000000000000000000000..01bb089c059e3ada9b698dbda834eb4d0713c0e6 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/tbl_lit-recursive.txt @@ -0,0 +1,30 @@ +---input--- +@{:ant @{:legs 6} :bee @{:legs 6} :cheetah @{:legs 4}} + +---tokens--- +'@{' Punctuation +':ant' Name.Constant +' ' Text.Whitespace +'@{' Punctuation +':legs' Name.Constant +' ' Text.Whitespace +'6' Literal.Number.Float +'}' Punctuation +' ' Text.Whitespace +':bee' Name.Constant +' ' Text.Whitespace +'@{' Punctuation +':legs' Name.Constant +' ' Text.Whitespace +'6' Literal.Number.Float +'}' Punctuation +' ' Text.Whitespace +':cheetah' Name.Constant +' ' Text.Whitespace +'@{' Punctuation +':legs' Name.Constant +' ' Text.Whitespace +'4' Literal.Number.Float +'}' Punctuation +'}' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/tbl_lit-simple.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/tbl_lit-simple.txt new file mode 100644 index 0000000000000000000000000000000000000000..dcad4305b049be2038ff241561b924822302c94e --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/tbl_lit-simple.txt @@ -0,0 +1,18 @@ +---input--- +@{:x 0 :y 100 :z -80} + +---tokens--- +'@{' Punctuation +':x' Name.Constant +' ' Text.Whitespace +'0' Literal.Number.Float +' ' Text.Whitespace +':y' Name.Constant +' ' Text.Whitespace +'100' Literal.Number.Float +' ' Text.Whitespace +':z' Name.Constant +' ' Text.Whitespace +'-80' Literal.Number.Float +'}' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/unquote_lit-in-compile-call.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/unquote_lit-in-compile-call.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5d1acaa00f73bc7cb9c7e65e9b5de4630082dbd --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/unquote_lit-in-compile-call.txt @@ -0,0 +1,30 @@ +---input--- +((compile (let [a 1] ~(+ ,a 1)))) + +---tokens--- +'(' Punctuation +'(' Punctuation +'compile' Name.Function +' ' Text.Whitespace +'(' Punctuation +'let' Name.Builtin +' ' Text.Whitespace +'[' Punctuation +'a' Name.Variable +' ' Text.Whitespace +'1' Literal.Number.Float +']' Punctuation +' ' Text.Whitespace +'~' Operator +'(' Punctuation +'+' Name.Function +' ' Text.Whitespace +',' Operator +'a' Name.Variable +' ' Text.Whitespace +'1' Literal.Number.Float +')' Punctuation +')' Punctuation +')' Punctuation +')' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/unquote_lit-in-quasiquote.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/unquote_lit-in-quasiquote.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4a2b1b4e6966f5c2ab2a9f558e4b9a04862f52f --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/unquote_lit-in-quasiquote.txt @@ -0,0 +1,14 @@ +---input--- +~(+ ,a 1) + +---tokens--- +'~' Operator +'(' Punctuation +'+' Name.Function +' ' Text.Whitespace +',' Operator +'a' Name.Variable +' ' Text.Whitespace +'1' Literal.Number.Float +')' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_backtracking.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_backtracking.txt new file mode 100644 index 0000000000000000000000000000000000000000..63532b81efd9b09c21f01a2a1d5567fa8f5acd2c --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_backtracking.txt @@ -0,0 +1,66 @@ +---input--- +"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ + +---tokens--- +'"' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\\\\' Literal.String +'\n' Literal.String diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_default.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_default.txt new file mode 100644 index 0000000000000000000000000000000000000000..f24fa420c912b2a4326f1e73ef2ff5eeb668379d --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_default.txt @@ -0,0 +1,36 @@ +---input--- +switch (x) { + case 1: break; + default: break; +} + +---tokens--- +'switch' Keyword +' ' Text.Whitespace +'(' Punctuation +'x' Name +')' Punctuation +' ' Text.Whitespace +'{' Punctuation +'\n' Text.Whitespace + +' ' Text.Whitespace +'case' Keyword +' ' Text.Whitespace +'1' Literal.Number.Integer +':' Punctuation +' ' Text.Whitespace +'break' Keyword +';' Punctuation +'\n' Text.Whitespace + +' ' Text.Whitespace +'default' Keyword +':' Punctuation +' ' Text.Whitespace +'break' Keyword +';' Punctuation +'\n' Text.Whitespace + +'}' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_enhanced_for.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_enhanced_for.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2a809164c4ffe4e7871c3b0233cf9dad5f9a69c --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_enhanced_for.txt @@ -0,0 +1,22 @@ +---input--- +label: +for(String var2: var1) {} + +---tokens--- +'label' Name.Label +':' Punctuation +'\n' Text.Whitespace + +'for' Keyword +'(' Punctuation +'String' Name +' ' Text.Whitespace +'var2' Name +':' Punctuation +' ' Text.Whitespace +'var1' Name +')' Punctuation +' ' Text.Whitespace +'{' Punctuation +'}' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_multiline_string.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_multiline_string.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7325b5ae712bf699ac3d7e684cfeb6538ca5553 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_multiline_string.txt @@ -0,0 +1,185 @@ +---input--- +public class Quine { + public static void main(String[] args) { + String textBlockQuotes = new String(new char[]{'"', '"', '"'}); + char newLine = 10; + String teststring = "test123\n"; + String source = """ +public class Quine { + public static void main(String[] args) { + String textBlockQuotes = new String(new char[]{'"', '"', '"'}); + char newLine = 10; + String teststringinside = "hello my name is...\n\r"; + String source = %s; + System.out.println(source.formatted(textBlockQuotes + newLine + source + textBlockQuotes)); + } +} +"""; + System.out.println(source.formatted(textBlockQuotes + newLine + source + textBlockQuotes)); + String teststring2 = "Hello\n"; + } +} + +---tokens--- +'public' Keyword.Declaration +' ' Text.Whitespace +'class' Keyword.Declaration +' ' Text +'Quine' Name.Class +' ' Text.Whitespace +'{' Punctuation +'\n' Text.Whitespace + +'\t' Text.Whitespace +'public' Keyword.Declaration +' ' Text.Whitespace +'static' Keyword.Declaration +' ' Text.Whitespace +'void' Keyword.Type +' ' Text.Whitespace +'main' Name.Function +'(' Punctuation +'String' Name +'[' Operator +']' Operator +' ' Text.Whitespace +'args' Name +')' Punctuation +' ' Text.Whitespace +'{' Punctuation +'\n' Text.Whitespace + +'\t\t' Text.Whitespace +'String' Name +' ' Text.Whitespace +'textBlockQuotes' Name +' ' Text.Whitespace +'=' Operator +' ' Text.Whitespace +'new' Keyword +' ' Text.Whitespace +'String' Name +'(' Punctuation +'new' Keyword +' ' Text.Whitespace +'char' Keyword.Type +'[' Operator +']' Operator +'{' Punctuation +'\'"\'' Literal.String.Char +',' Punctuation +' ' Text.Whitespace +'\'"\'' Literal.String.Char +',' Punctuation +' ' Text.Whitespace +'\'"\'' Literal.String.Char +'}' Punctuation +')' Punctuation +';' Punctuation +'\n' Text.Whitespace + +'\t\t' Text.Whitespace +'char' Keyword.Type +' ' Text.Whitespace +'newLine' Name +' ' Text.Whitespace +'=' Operator +' ' Text.Whitespace +'10' Literal.Number.Integer +';' Punctuation +'\n' Text.Whitespace + +'\t\t' Text.Whitespace +'String' Name +' ' Text.Whitespace +'teststring' Name +' ' Text.Whitespace +'=' Operator +' ' Text.Whitespace +'"' Literal.String +'test123' Literal.String +'\\' Literal.String +'n' Literal.String +'"' Literal.String +';' Punctuation +'\n' Text.Whitespace + +'\t ' Text.Whitespace +'String' Name +' ' Text.Whitespace +'source' Name +' ' Text.Whitespace +'=' Operator +' ' Text.Whitespace +'"""\n' Literal.String + +"public class Quine {\n\tpublic static void main(String[] args) {\n\t\tString textBlockQuotes = new String(new char[]{'" Literal.String +'"' Literal.String +"', '" Literal.String +'"' Literal.String +"', '" Literal.String +'"' Literal.String +"'});\n\t\tchar newLine = 10;\n\t\tString teststringinside = " Literal.String +'"' Literal.String +'hello my name is...' Literal.String +'\\' Literal.String +'n' Literal.String +'\\' Literal.String +'r' Literal.String +'"' Literal.String +';\n\t\tString source = %s;\n\t\tSystem.out.println(source.formatted(textBlockQuotes + newLine + source + textBlockQuotes));\n\t}\n}\n' Literal.String + +'"""' Literal.String +';' Punctuation +'\n' Text.Whitespace + +' ' Text.Whitespace +'System' Name +'.' Punctuation +'out' Name.Attribute +'.' Punctuation +'println' Name.Attribute +'(' Punctuation +'source' Name +'.' Punctuation +'formatted' Name.Attribute +'(' Punctuation +'textBlockQuotes' Name +' ' Text.Whitespace +'+' Operator +' ' Text.Whitespace +'newLine' Name +' ' Text.Whitespace +'+' Operator +' ' Text.Whitespace +'source' Name +' ' Text.Whitespace +'+' Operator +' ' Text.Whitespace +'textBlockQuotes' Name +')' Punctuation +')' Punctuation +';' Punctuation +'\n' Text.Whitespace + +'\t' Text.Whitespace +'String' Name +' ' Text.Whitespace +'teststring2' Name +' ' Text.Whitespace +'=' Operator +' ' Text.Whitespace +'"' Literal.String +'Hello' Literal.String +'\\' Literal.String +'n' Literal.String +'"' Literal.String +';' Punctuation +'\n' Text.Whitespace + +'\t' Text.Whitespace +'}' Punctuation +'\n' Text.Whitespace + +'}' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_multiline_string_only.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_multiline_string_only.txt new file mode 100644 index 0000000000000000000000000000000000000000..09d54ad6cadb243dd09b176db9c221071d1fae99 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_multiline_string_only.txt @@ -0,0 +1,46 @@ +---input--- + String source = """ +public class Quine { + public static void main(String[] args) { + String textBlockQuotes = new String(new char[]{'"', '"', '"'}); + char newLine = 10; + String teststringinside = "hello my name is...\n\r"; + String source = %s; + System.out.println(source.formatted(textBlockQuotes + newLine + source + textBlockQuotes)); + } +} +"""; + + +---tokens--- +'\t ' Text.Whitespace +'String' Name +' ' Text.Whitespace +'source' Name +' ' Text.Whitespace +'=' Operator +' ' Text.Whitespace +'"""\n' Literal.String + +"public class Quine {\n\tpublic static void main(String[] args) {\n\t\tString textBlockQuotes = new String(new char[]{'" Literal.String +'"' Literal.String +"', '" Literal.String +'"' Literal.String +"', '" Literal.String +'"' Literal.String +"'});\n\t\tchar newLine = 10;\n\t\tString teststringinside = " Literal.String +'"' Literal.String +'hello my name is...' Literal.String +'\\' Literal.String +'n' Literal.String +'\\' Literal.String +'r' Literal.String +'"' Literal.String +';\n\t\tString source = %s;\n\t\tSystem.out.println(source.formatted(textBlockQuotes + newLine + source + textBlockQuotes));\n\t}\n}\n' Literal.String + +'"""' Literal.String +';' Punctuation +'\n' Text.Whitespace + +' ' Text.Whitespace +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_numeric_literals.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_numeric_literals.txt new file mode 100644 index 0000000000000000000000000000000000000000..1dc933d306f6b33b4b91b84374430e6ae7c5f233 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_numeric_literals.txt @@ -0,0 +1,34 @@ +---input--- +0 5L 9__542_72l 0xbEEf 0X9_A 0_35 01 0b0___101_0 0. .7_17F 3e-1_3d 1f 6_01.9e+3 0x.1Fp3 0XEP8D + +---tokens--- +'0' Literal.Number.Integer +' ' Text.Whitespace +'5L' Literal.Number.Integer +' ' Text.Whitespace +'9__542_72l' Literal.Number.Integer +' ' Text.Whitespace +'0xbEEf' Literal.Number.Hex +' ' Text.Whitespace +'0X9_A' Literal.Number.Hex +' ' Text.Whitespace +'0_35' Literal.Number.Oct +' ' Text.Whitespace +'01' Literal.Number.Oct +' ' Text.Whitespace +'0b0___101_0' Literal.Number.Bin +' ' Text.Whitespace +'0.' Literal.Number.Float +' ' Text.Whitespace +'.7_17F' Literal.Number.Float +' ' Text.Whitespace +'3e-1_3d' Literal.Number.Float +' ' Text.Whitespace +'1f' Literal.Number.Float +' ' Text.Whitespace +'6_01.9e+3' Literal.Number.Float +' ' Text.Whitespace +'0x.1Fp3' Literal.Number.Float +' ' Text.Whitespace +'0XEP8D' Literal.Number.Float +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_question_mark_type.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_question_mark_type.txt new file mode 100644 index 0000000000000000000000000000000000000000..45c87cc7238b9d4e9ef3d123380d8b8d6a32f1d6 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_question_mark_type.txt @@ -0,0 +1,45 @@ +---input--- +class C { public Class foo() { Class c = String.class; return c; }} + +---tokens--- +'class' Keyword.Declaration +' ' Text +'C' Name.Class +' ' Text.Whitespace +'{' Punctuation +' ' Text.Whitespace +'public' Keyword.Declaration +' ' Text.Whitespace +'Class' Name +'<' Operator +'?' Operator +'>' Operator +' ' Text.Whitespace +'foo' Name.Function +'(' Punctuation +')' Punctuation +' ' Text.Whitespace +'{' Punctuation +' ' Text.Whitespace +'Class' Name +'<' Operator +'?' Operator +'>' Operator +' ' Text.Whitespace +'c' Name +' ' Text.Whitespace +'=' Operator +' ' Text.Whitespace +'String' Name +'.' Punctuation +'class' Name.Attribute +';' Punctuation +' ' Text.Whitespace +'return' Keyword +' ' Text.Whitespace +'c' Name +';' Punctuation +' ' Text.Whitespace +'}' Punctuation +'}' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_record.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_record.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4ca08b1c13ab65c0e85bed7ea2f6e99c841c018 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_record.txt @@ -0,0 +1,67 @@ +---input--- +public record RecordTest() {} +public static record RecordTest() {} +record Person(String firstName, String lastName) {} +String[] record = csvReader.getValues(); + + +---tokens--- +'public' Keyword.Declaration +' ' Text.Whitespace +'record' Keyword.Declaration +' ' Text +'RecordTest' Name.Class +'(' Punctuation +')' Punctuation +' ' Text.Whitespace +'{' Punctuation +'}' Punctuation +'\n' Text.Whitespace + +'public' Keyword.Declaration +' ' Text.Whitespace +'static' Keyword.Declaration +' ' Text.Whitespace +'record' Keyword.Declaration +' ' Text +'RecordTest' Name.Class +'(' Punctuation +')' Punctuation +' ' Text.Whitespace +'{' Punctuation +'}' Punctuation +'\n' Text.Whitespace + +'record' Keyword.Declaration +' ' Text +'Person' Name.Class +'(' Punctuation +'String' Name +' ' Text.Whitespace +'firstName' Name +',' Punctuation +' ' Text.Whitespace +'String' Name +' ' Text.Whitespace +'lastName' Name +')' Punctuation +' ' Text.Whitespace +'{' Punctuation +'}' Punctuation +'\n' Text.Whitespace + +'String' Name +'[' Operator +']' Operator +' ' Text.Whitespace +'record' Name +' ' Text.Whitespace +'=' Operator +' ' Text.Whitespace +'csvReader' Name +'.' Punctuation +'getValues' Name.Attribute +'(' Punctuation +')' Punctuation +';' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_string_literals.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_string_literals.txt new file mode 100644 index 0000000000000000000000000000000000000000..edb2d111ece4f8fd02d72999049bbd6bf27d70e5 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/java/test_string_literals.txt @@ -0,0 +1,44 @@ +---input--- +"" +"abc" +"ひらがな" +"123" +"\\" +"\t" +"\"" + +---tokens--- +'"' Literal.String +'"' Literal.String +'\n' Text.Whitespace + +'"' Literal.String +'abc' Literal.String +'"' Literal.String +'\n' Text.Whitespace + +'"' Literal.String +'ひらがな' Literal.String +'"' Literal.String +'\n' Text.Whitespace + +'"' Literal.String +'123' Literal.String +'"' Literal.String +'\n' Text.Whitespace + +'"' Literal.String +'\\\\' Literal.String +'"' Literal.String +'\n' Text.Whitespace + +'"' Literal.String +'\\' Literal.String +'t' Literal.String +'"' Literal.String +'\n' Text.Whitespace + +'"' Literal.String +'\\"' Literal.String +'"' Literal.String +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_binary_literal_negative_matches.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_binary_literal_negative_matches.txt new file mode 100644 index 0000000000000000000000000000000000000000..f36ce0455e5c2fded15a2d2ec161d56860b58d5e --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_binary_literal_negative_matches.txt @@ -0,0 +1,27 @@ +---input--- +// Test text that should **not** be tokenized as binary literals. +0b0N +0b +0bb +0b2 + +---tokens--- +'' Text +'// Test text that should **not** be tokenized as binary literals.' Comment.Single +'\n' Text.Whitespace + +'0b0' Literal.Number.Bin +'N' Name.Other +'\n' Text.Whitespace + +'0' Literal.Number.Float +'b' Name.Other +'\n' Text.Whitespace + +'0' Literal.Number.Float +'bb' Name.Other +'\n' Text.Whitespace + +'0' Literal.Number.Float +'b2' Name.Other +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_binary_literal_positive_matches.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_binary_literal_positive_matches.txt new file mode 100644 index 0000000000000000000000000000000000000000..9773c95bd0def2b2bdec810e456c6391580e9013 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_binary_literal_positive_matches.txt @@ -0,0 +1,15 @@ +---input--- +// Test literals that should be tokenized as binary literals. +0b01 +0B10n + +---tokens--- +'' Text +'// Test literals that should be tokenized as binary literals.' Comment.Single +'\n' Text.Whitespace + +'0b01' Literal.Number.Bin +'\n' Text.Whitespace + +'0B10n' Literal.Number.Bin +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_float_literals_negative_matches.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_float_literals_negative_matches.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc13b5f618f47126be07bb13ee599673d00e2708 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_float_literals_negative_matches.txt @@ -0,0 +1,60 @@ +---input--- +// Test text that should **not** be tokenized as float literals. +.୪ +. +1.. +1n +1ee +1e +1e- +1e--1 +1e++1 +1e1.0 + +---tokens--- +'' Text +'// Test text that should **not** be tokenized as float literals.' Comment.Single +'\n' Text.Whitespace + +'.' Punctuation +'୪' Error +'\n' Text.Whitespace + +'.' Punctuation +'\n' Text.Whitespace + +'1.' Literal.Number.Float +'.' Punctuation +'\n' Text.Whitespace + +'1n' Literal.Number.Integer +'\n' Text.Whitespace + +'1' Literal.Number.Float +'ee' Name.Other +'\n' Text.Whitespace + +'1' Literal.Number.Float +'e' Name.Other +'\n' Text.Whitespace + +'1' Literal.Number.Float +'e' Name.Other +'-' Operator +'\n' Text.Whitespace + +'1' Literal.Number.Float +'e' Name.Other +'--' Operator +'1' Literal.Number.Float +'\n' Text.Whitespace + +'1' Literal.Number.Float +'e' Name.Other +'++' Operator +'1' Literal.Number.Float +'\n' Text.Whitespace + +'1e1' Literal.Number.Float +'.0' Literal.Number.Float +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_float_literals_positive_matches.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_float_literals_positive_matches.txt new file mode 100644 index 0000000000000000000000000000000000000000..3342112eea1e739045d893685fe2e86839dc22f4 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_float_literals_positive_matches.txt @@ -0,0 +1,52 @@ +---input--- +// Test literals that should be tokenized as float literals. +1 +1. + .1 +1.1 +1e1 +1E1 +1e+1 +1E-1 +1.e1 +1e1 +0888 // octal prefix with non-octal numbers + +---tokens--- +'' Text +'// Test literals that should be tokenized as float literals.' Comment.Single +'\n' Text.Whitespace + +'1' Literal.Number.Float +'\n' Text.Whitespace + +'1.' Literal.Number.Float +'\n ' Text.Whitespace +'.1' Literal.Number.Float +'\n' Text.Whitespace + +'1.1' Literal.Number.Float +'\n' Text.Whitespace + +'1e1' Literal.Number.Float +'\n' Text.Whitespace + +'1E1' Literal.Number.Float +'\n' Text.Whitespace + +'1e+1' Literal.Number.Float +'\n' Text.Whitespace + +'1E-1' Literal.Number.Float +'\n' Text.Whitespace + +'1.e1' Literal.Number.Float +'\n' Text.Whitespace + +'1e1' Literal.Number.Float +'\n' Text.Whitespace + +'0888' Literal.Number.Float +' ' Text.Whitespace +'// octal prefix with non-octal numbers' Comment.Single +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_hexadecimal_literal_negative_matches.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_hexadecimal_literal_negative_matches.txt new file mode 100644 index 0000000000000000000000000000000000000000..be3e606aad39499116ea25596b8e9084600247e1 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_hexadecimal_literal_negative_matches.txt @@ -0,0 +1,32 @@ +---input--- +// Test text that should **not** be tokenized as hexadecimal literals. +0x0N +0x +0Xx +0xg +0xhn + +---tokens--- +'' Text +'// Test text that should **not** be tokenized as hexadecimal literals.' Comment.Single +'\n' Text.Whitespace + +'0x0' Literal.Number.Hex +'N' Name.Other +'\n' Text.Whitespace + +'0' Literal.Number.Float +'x' Name.Other +'\n' Text.Whitespace + +'0' Literal.Number.Float +'Xx' Name.Other +'\n' Text.Whitespace + +'0' Literal.Number.Float +'xg' Name.Other +'\n' Text.Whitespace + +'0' Literal.Number.Float +'xhn' Name.Other +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_hexadecimal_literal_positive_matches.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_hexadecimal_literal_positive_matches.txt new file mode 100644 index 0000000000000000000000000000000000000000..32ae4b6a13e86637e0cd117fb004be465c546510 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_hexadecimal_literal_positive_matches.txt @@ -0,0 +1,19 @@ +---input--- +// Test literals that should be tokenized as hexadecimal literals. +0x01 +0Xefn +0x0EF + +---tokens--- +'' Text +'// Test literals that should be tokenized as hexadecimal literals.' Comment.Single +'\n' Text.Whitespace + +'0x01' Literal.Number.Hex +'\n' Text.Whitespace + +'0Xefn' Literal.Number.Hex +'\n' Text.Whitespace + +'0x0EF' Literal.Number.Hex +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_integer_literal_negative_matches.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_integer_literal_negative_matches.txt new file mode 100644 index 0000000000000000000000000000000000000000..57bc35f30bf71d12713659a43d0c653d591ad979 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_integer_literal_negative_matches.txt @@ -0,0 +1,20 @@ +---input--- +// Test text that should **not** be tokenized as integer literals. +1N +1 +1.0 + +---tokens--- +'' Text +'// Test text that should **not** be tokenized as integer literals.' Comment.Single +'\n' Text.Whitespace + +'1' Literal.Number.Float +'N' Name.Other +'\n' Text.Whitespace + +'1' Literal.Number.Float +'\n' Text.Whitespace + +'1.0' Literal.Number.Float +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_integer_literal_positive_matches.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_integer_literal_positive_matches.txt new file mode 100644 index 0000000000000000000000000000000000000000..c69f489ee1cb931a6e4b487d24af71fb9c3c9794 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_integer_literal_positive_matches.txt @@ -0,0 +1,15 @@ +---input--- +// Test literals that should be tokenized as integer literals. +0n +123n + +---tokens--- +'' Text +'// Test literals that should be tokenized as integer literals.' Comment.Single +'\n' Text.Whitespace + +'0n' Literal.Number.Integer +'\n' Text.Whitespace + +'123n' Literal.Number.Integer +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_octal_literal_negative_matches.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_octal_literal_negative_matches.txt new file mode 100644 index 0000000000000000000000000000000000000000..53aea59bb052737ea3f074072c4fb62ae1ee4d2e --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_octal_literal_negative_matches.txt @@ -0,0 +1,40 @@ +---input--- +// Test text that should **not** be tokenized as octal literals. +01N +089 +098 +0o +0OO +0o88 +0O88n + +---tokens--- +'' Text +'// Test text that should **not** be tokenized as octal literals.' Comment.Single +'\n' Text.Whitespace + +'01' Literal.Number.Oct +'N' Name.Other +'\n' Text.Whitespace + +'089' Literal.Number.Float +'\n' Text.Whitespace + +'098' Literal.Number.Float +'\n' Text.Whitespace + +'0' Literal.Number.Float +'o' Name.Other +'\n' Text.Whitespace + +'0' Literal.Number.Float +'OO' Name.Other +'\n' Text.Whitespace + +'0' Literal.Number.Float +'o88' Name.Other +'\n' Text.Whitespace + +'0' Literal.Number.Float +'O88n' Name.Other +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_octal_literal_positive_matches.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_octal_literal_positive_matches.txt new file mode 100644 index 0000000000000000000000000000000000000000..67c90f806a62b5fd8ff3b7bcbcac707c8979b1f2 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/javascript/test_octal_literal_positive_matches.txt @@ -0,0 +1,23 @@ +---input--- +// Test literals that should be tokenized as octal literals. +017 +071n +0o11 +0O77n + +---tokens--- +'' Text +'// Test literals that should be tokenized as octal literals.' Comment.Single +'\n' Text.Whitespace + +'017' Literal.Number.Oct +'\n' Text.Whitespace + +'071n' Literal.Number.Oct +'\n' Text.Whitespace + +'0o11' Literal.Number.Oct +'\n' Text.Whitespace + +'0O77n' Literal.Number.Oct +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/js/2671.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/js/2671.txt new file mode 100644 index 0000000000000000000000000000000000000000..d49d796ef238037beb17a7bd44a9335839495539 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/js/2671.txt @@ -0,0 +1,18 @@ +---input--- +class test1 { + #testprop; +} + +---tokens--- +'class' Keyword.Declaration +' ' Text.Whitespace +'test1' Name.Other +' ' Text.Whitespace +'{' Punctuation +'\n ' Text.Whitespace +'#testprop' Name +';' Punctuation +'\n' Text.Whitespace + +'}' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/js/super.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/js/super.txt new file mode 100644 index 0000000000000000000000000000000000000000..1af2ad28d05979a79574ad740cf810636f50b357 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/js/super.txt @@ -0,0 +1,72 @@ +---input--- +super(member1, member2) + +super(member1,member2) + +super(member1, +member2) + +super (member1, member2) + +super (member1,member2) + +super (member1, +member2) + +---tokens--- +'super' Keyword +'(' Punctuation +'member1' Name.Other +',' Punctuation +' ' Text.Whitespace +'member2' Name.Other +')' Punctuation +'\n\n' Text.Whitespace + +'super' Keyword +'(' Punctuation +'member1' Name.Other +',' Punctuation +'member2' Name.Other +')' Punctuation +'\n\n' Text.Whitespace + +'super' Keyword +'(' Punctuation +'member1' Name.Other +',' Punctuation +'\n' Text.Whitespace + +'member2' Name.Other +')' Punctuation +'\n\n' Text.Whitespace + +'super' Keyword +' ' Text.Whitespace +'(' Punctuation +'member1' Name.Other +',' Punctuation +' ' Text.Whitespace +'member2' Name.Other +')' Punctuation +'\n\n' Text.Whitespace + +'super' Keyword +' ' Text.Whitespace +'(' Punctuation +'member1' Name.Other +',' Punctuation +'member2' Name.Other +')' Punctuation +'\n\n' Text.Whitespace + +'super' Keyword +' ' Text.Whitespace +'(' Punctuation +'member1' Name.Other +',' Punctuation +'\n' Text.Whitespace + +'member2' Name.Other +')' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/jslt/test_sample.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/jslt/test_sample.txt new file mode 100644 index 0000000000000000000000000000000000000000..73ad3fda83e18beae2cbbd4690a0883b42d824ee --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/jslt/test_sample.txt @@ -0,0 +1,83 @@ +---input--- +import "transforms/yellow.jslt" as yellow + +// Known valid types +let valid-types = [ "SomeType" ] + +def foobar(arg) $arg.foobar + +{ + "foobar": foobar(.), + "is-valid": contains(.type, $valid-types), + *: . +} + +---tokens--- +'import' Keyword.Namespace +' ' Text.Whitespace +'"transforms/yellow.jslt"' Literal.String.Symbol +' ' Text.Whitespace +'as' Keyword.Namespace +' ' Text.Whitespace +'yellow' Name.Namespace +'\n\n' Text.Whitespace + +'// Known valid types\n' Comment.Single + +'let' Keyword.Declaration +' ' Text.Whitespace +'valid-types' Name.Variable +' ' Text.Whitespace +'=' Operator +' ' Text.Whitespace +'[' Punctuation +' ' Text.Whitespace +'"SomeType"' Literal.String.Double +' ' Text.Whitespace +']' Punctuation +'\n\n' Text.Whitespace + +'def' Keyword.Declaration +' ' Text.Whitespace +'foobar' Name.Function +'(' Punctuation +'arg' Name.Variable +')' Punctuation +' ' Text.Whitespace +'$arg' Name.Variable +'.' Operator +'foobar' Name +'\n\n' Text.Whitespace + +'{' Punctuation +'\n ' Text.Whitespace +'"foobar"' Literal.String.Double +':' Punctuation +' ' Text.Whitespace +'foobar' Name +'(' Punctuation +'.' Operator +')' Punctuation +',' Punctuation +'\n ' Text.Whitespace +'"is-valid"' Literal.String.Double +':' Punctuation +' ' Text.Whitespace +'contains' Name.Builtin +'(' Punctuation +'.' Operator +'type' Name +',' Punctuation +' ' Text.Whitespace +'$valid-types' Name.Variable +')' Punctuation +',' Punctuation +'\n ' Text.Whitespace +'*' Operator +':' Punctuation +' ' Text.Whitespace +'.' Operator +'\n' Text.Whitespace + +'}' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_arrays.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_arrays.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4e7724f4c0263cf9ae9693c87b43f944f2565cd --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_arrays.txt @@ -0,0 +1,15 @@ +---input--- +[] +["a", "b"] + +---tokens--- +'[]' Punctuation +'\n' Text.Whitespace + +'[' Punctuation +'"a"' Literal.String.Double +',' Punctuation +' ' Text.Whitespace +'"b"' Literal.String.Double +']' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_backtracking.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_backtracking.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c462f52c13586c10c718c554bfcab477faf5694 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_backtracking.txt @@ -0,0 +1,6 @@ +---input--- +{"\u00D0000\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\63CD + +---tokens--- +'{' Punctuation +'"\\u00D0000\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\63CD\n' Error diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_basic.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_basic.txt new file mode 100644 index 0000000000000000000000000000000000000000..f93b91b94f8d4e18c81d86c1628345141053d681 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_basic.txt @@ -0,0 +1,30 @@ +---input--- +{"foo": "bar", "foo2": [1, 2, 3], "\u0123": "\u0123"} + +---tokens--- +'{' Punctuation +'"foo"' Name.Tag +':' Punctuation +' ' Text.Whitespace +'"bar"' Literal.String.Double +',' Punctuation +' ' Text.Whitespace +'"foo2"' Name.Tag +':' Punctuation +' ' Text.Whitespace +'[' Punctuation +'1' Literal.Number.Integer +',' Punctuation +' ' Text.Whitespace +'2' Literal.Number.Integer +',' Punctuation +' ' Text.Whitespace +'3' Literal.Number.Integer +'],' Punctuation +' ' Text.Whitespace +'"\\u0123"' Name.Tag +':' Punctuation +' ' Text.Whitespace +'"\\u0123"' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_basic_bare.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_basic_bare.txt new file mode 100644 index 0000000000000000000000000000000000000000..785d264a998ec75f44325c6b10f0510f1376fe9c --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_basic_bare.txt @@ -0,0 +1,23 @@ +---input--- +"foo": "bar", "foo2": [1, 2, 3] + +---tokens--- +'"foo"' Name.Tag +':' Punctuation +' ' Text.Whitespace +'"bar"' Literal.String.Double +',' Punctuation +' ' Text.Whitespace +'"foo2"' Name.Tag +':' Punctuation +' ' Text.Whitespace +'[' Punctuation +'1' Literal.Number.Integer +',' Punctuation +' ' Text.Whitespace +'2' Literal.Number.Integer +',' Punctuation +' ' Text.Whitespace +'3' Literal.Number.Integer +']' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_comments.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_comments.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba0ed53f57966c5c814a9c2f9636b9efda3e55de --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_comments.txt @@ -0,0 +1,65 @@ +---input--- +{"a//b"//C1 +:123/////C2 +} + +/** / **/{"a /**/ b"/* +*/: 123} + +// Invalid comments +/ +1/ +/1 +""/ + +// Unclosed + +""/** + +---tokens--- +'{' Punctuation +'"a//b"' Name.Tag +'//C1' Comment.Single +'\n' Text.Whitespace + +':' Punctuation +'123' Literal.Number.Integer +'/////C2' Comment.Single +'\n' Text.Whitespace + +'}' Punctuation +'\n\n' Text.Whitespace + +'/** / **/' Comment.Multiline +'{' Punctuation +'"a /**/ b"' Name.Tag +'/*\n*/' Comment.Multiline +':' Punctuation +' ' Text.Whitespace +'123' Literal.Number.Integer +'}' Punctuation +'\n\n' Text.Whitespace + +'// Invalid comments' Comment.Single +'\n' Text.Whitespace + +'/' Error +'\n' Text.Whitespace + +'1' Literal.Number.Integer +'/' Error +'\n' Text.Whitespace + +'/' Error +'1' Literal.Number.Integer +'\n' Text.Whitespace + +'""' Literal.String.Double +'/' Error +'\n\n' Text.Whitespace + +'// Unclosed' Comment.Single +'\n\n' Text.Whitespace + +'""' Literal.String.Double +'/**\n' Error diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_constants.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_constants.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d7e4d50ffc2246e6b482e13892bf530ee46395f --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_constants.txt @@ -0,0 +1,14 @@ +---input--- +true +false +null + +---tokens--- +'true' Keyword.Constant +'\n' Text.Whitespace + +'false' Keyword.Constant +'\n' Text.Whitespace + +'null' Keyword.Constant +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_escape_sequences.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_escape_sequences.txt new file mode 100644 index 0000000000000000000000000000000000000000..becc02362fc22fcfd3fa58c8195d0393f68a0a25 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_escape_sequences.txt @@ -0,0 +1,79 @@ +---input--- +"\"" +"\\" +"\/" +"\b" +"\f" +"\n" +"\r" +"\t" +"\u0123" +"\u4567" +"\u89ab" +"\ucdef" +"\uABCD" +"\uEF01" + +// Incomplete sequences +"\uz" +"\u1z" +"\u12z" +"\u123z" + +---tokens--- +'"\\""' Literal.String.Double +'\n' Text.Whitespace + +'"\\\\"' Literal.String.Double +'\n' Text.Whitespace + +'"\\/"' Literal.String.Double +'\n' Text.Whitespace + +'"\\b"' Literal.String.Double +'\n' Text.Whitespace + +'"\\f"' Literal.String.Double +'\n' Text.Whitespace + +'"\\n"' Literal.String.Double +'\n' Text.Whitespace + +'"\\r"' Literal.String.Double +'\n' Text.Whitespace + +'"\\t"' Literal.String.Double +'\n' Text.Whitespace + +'"\\u0123"' Literal.String.Double +'\n' Text.Whitespace + +'"\\u4567"' Literal.String.Double +'\n' Text.Whitespace + +'"\\u89ab"' Literal.String.Double +'\n' Text.Whitespace + +'"\\ucdef"' Literal.String.Double +'\n' Text.Whitespace + +'"\\uABCD"' Literal.String.Double +'\n' Text.Whitespace + +'"\\uEF01"' Literal.String.Double +'\n\n' Text.Whitespace + +'// Incomplete sequences' Comment.Single +'\n' Text.Whitespace + +'"\\uz"' Literal.String.Double +'\n' Text.Whitespace + +'"\\u1z"' Literal.String.Double +'\n' Text.Whitespace + +'"\\u12z"' Literal.String.Double +'\n' Text.Whitespace + +'"\\u123z"' Literal.String.Double +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_floats.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_floats.txt new file mode 100644 index 0000000000000000000000000000000000000000..1380578f1e5423ccb8293dfd026cb1dd82de75c7 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_floats.txt @@ -0,0 +1,42 @@ +---input--- +123456789.0123456789 +-123456789.0123456789 +1e10 +-1E10 +1e-10 +-1E+10 +1.0e10 +-1.0E10 +1.0e-10 +-1.0E+10 + +---tokens--- +'123456789.0123456789' Literal.Number.Float +'\n' Text.Whitespace + +'-123456789.0123456789' Literal.Number.Float +'\n' Text.Whitespace + +'1e10' Literal.Number.Float +'\n' Text.Whitespace + +'-1E10' Literal.Number.Float +'\n' Text.Whitespace + +'1e-10' Literal.Number.Float +'\n' Text.Whitespace + +'-1E+10' Literal.Number.Float +'\n' Text.Whitespace + +'1.0e10' Literal.Number.Float +'\n' Text.Whitespace + +'-1.0E10' Literal.Number.Float +'\n' Text.Whitespace + +'1.0e-10' Literal.Number.Float +'\n' Text.Whitespace + +'-1.0E+10' Literal.Number.Float +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_integers.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_integers.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1125c31c5ddc950a430c0be6708793a43424512 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_integers.txt @@ -0,0 +1,18 @@ +---input--- +0 +-1 +1234567890 +-1234567890 + +---tokens--- +'0' Literal.Number.Integer +'\n' Text.Whitespace + +'-1' Literal.Number.Integer +'\n' Text.Whitespace + +'1234567890' Literal.Number.Integer +'\n' Text.Whitespace + +'-1234567890' Literal.Number.Integer +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_objects.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_objects.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb6f623c6e2a1852df22ec9a2904855b416161f2 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_objects.txt @@ -0,0 +1,15 @@ +---input--- +{} +{"a": "b"} + +---tokens--- +'{}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"a"' Name.Tag +':' Punctuation +' ' Text.Whitespace +'"b"' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_round_trip.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_round_trip.txt new file mode 100644 index 0000000000000000000000000000000000000000..510a6f9d39454b0a21cfc9a3bf962292823e43a6 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_round_trip.txt @@ -0,0 +1,29 @@ +---input--- ++ +0 +""0 +a +b +""/- + +---tokens--- +'+' Error +'\n' Text.Whitespace + +'0' Literal.Number.Integer +'\n' Text.Whitespace + +'""' Literal.String.Double +'0' Literal.Number.Integer +'\n' Text.Whitespace + +'a' Error +'\n' Text.Whitespace + +'b' Error +'\n' Text.Whitespace + +'""' Literal.String.Double +'/' Error +'-' Literal.Number.Integer +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_strings.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_strings.txt new file mode 100644 index 0000000000000000000000000000000000000000..07468e42e88f79f717e9a044619788b49d6ff294 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_strings.txt @@ -0,0 +1,42 @@ +---input--- +"" +"abc" +"ひらがな" +"123" +"[]" +"{}" +"true" +"false" +"nul" +":," + +---tokens--- +'""' Literal.String.Double +'\n' Text.Whitespace + +'"abc"' Literal.String.Double +'\n' Text.Whitespace + +'"ひらがな"' Literal.String.Double +'\n' Text.Whitespace + +'"123"' Literal.String.Double +'\n' Text.Whitespace + +'"[]"' Literal.String.Double +'\n' Text.Whitespace + +'"{}"' Literal.String.Double +'\n' Text.Whitespace + +'"true"' Literal.String.Double +'\n' Text.Whitespace + +'"false"' Literal.String.Double +'\n' Text.Whitespace + +'"nul"' Literal.String.Double +'\n' Text.Whitespace + +'":,"' Literal.String.Double +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_whitespace.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_whitespace.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4c8658860680ca8cc0a3b3a5d38e73533ec48a3 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json/test_whitespace.txt @@ -0,0 +1,17 @@ +---input--- +{ + "tabs": "here", +} + +---tokens--- +'{' Punctuation +'\n\t' Text.Whitespace +'"tabs"' Name.Tag +':' Punctuation +' ' Text.Whitespace +'"here"' Literal.String.Double +',' Punctuation +'\n' Text.Whitespace + +'}' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json5/test_arrays.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json5/test_arrays.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0ec0077de6e7a382ec7ddd68ef88def0005d8b1 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json5/test_arrays.txt @@ -0,0 +1,79 @@ +---input--- +// An empty array +[] + +// An array with three elements +// and a trailing comma +[ + 1, + true, + 'three', +] + +// Arrays can be nested +[ + [1, true, 'three'], + [4, "five", 0x6], +] + +---tokens--- +'// An empty array\n' Comment.Single + +'[' Punctuation +']' Punctuation +'\n\n' Text.Whitespace + +'// An array with three elements\n' Comment.Single + +'// and a trailing comma\n' Comment.Single + +'[' Punctuation +'\n ' Text.Whitespace +'1' Literal.Number.Float +',' Punctuation +'\n ' Text.Whitespace +'true' Keyword +',' Punctuation +'\n ' Text.Whitespace +"'" Literal.String +'three' Literal.String +"'" Literal.String +',' Punctuation +'\n' Text.Whitespace + +']' Punctuation +'\n\n' Text.Whitespace + +'// Arrays can be nested\n' Comment.Single + +'[' Punctuation +'\n ' Text.Whitespace +'[' Punctuation +'1' Literal.Number.Float +',' Punctuation +' ' Text.Whitespace +'true' Keyword +',' Punctuation +' ' Text.Whitespace +"'" Literal.String +'three' Literal.String +"'" Literal.String +']' Punctuation +',' Punctuation +'\n ' Text.Whitespace +'[' Punctuation +'4' Literal.Number.Float +',' Punctuation +' ' Text.Whitespace +'"' Literal.String +'five' Literal.String +'"' Literal.String +',' Punctuation +' ' Text.Whitespace +'0x6' Literal.Number.Hex +']' Punctuation +',' Punctuation +'\n' Text.Whitespace + +']' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json5/test_example.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json5/test_example.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3e1af748d62941eb2bb41782f72357998d83eec --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json5/test_example.txt @@ -0,0 +1,103 @@ +---input--- +{ + // comments + unquoted: 'and you can quote me on that', + singleQuotes: 'I can use "double quotes" here', + lineBreaks: "Look, Mom! \ +No \\n's!", + hexadecimal: 0xdecaf, + leadingDecimalPoint: .8675309, andTrailing: 8675309., + positiveSign: +1, + trailingComma: 'in objects', andIn: ['arrays',], + "backwardsCompatible": "with JSON", +} + +---tokens--- +'{' Punctuation +'\n ' Text.Whitespace +'// comments\n' Comment.Single + +' ' Text.Whitespace +'unquoted' Name.Variable +':' Punctuation +' ' Text.Whitespace +"'" Literal.String +'and you can quote me on that' Literal.String +"'" Literal.String +',' Punctuation +'\n ' Text.Whitespace +'singleQuotes' Name.Variable +':' Punctuation +' ' Text.Whitespace +"'" Literal.String +'I can use "double quotes" here' Literal.String +"'" Literal.String +',' Punctuation +'\n ' Text.Whitespace +'lineBreaks' Name.Variable +':' Punctuation +' ' Text.Whitespace +'"' Literal.String +'Look, Mom! ' Literal.String +'\\' Punctuation +'\nNo ' Literal.String +'\\\\' Literal.String.Escape +"n's!" Literal.String +'"' Literal.String +',' Punctuation +'\n ' Text.Whitespace +'hexadecimal' Name.Variable +':' Punctuation +' ' Text.Whitespace +'0xdecaf' Literal.Number.Hex +',' Punctuation +'\n ' Text.Whitespace +'leadingDecimalPoint' Name.Variable +':' Punctuation +' ' Text.Whitespace +'.8675309' Literal.Number.Float +',' Punctuation +' ' Text.Whitespace +'andTrailing' Name.Variable +':' Punctuation +' ' Text.Whitespace +'8675309.' Literal.Number.Float +',' Punctuation +'\n ' Text.Whitespace +'positiveSign' Name.Variable +':' Punctuation +' ' Text.Whitespace +'+1' Literal.Number.Float +',' Punctuation +'\n ' Text.Whitespace +'trailingComma' Name.Variable +':' Punctuation +' ' Text.Whitespace +"'" Literal.String +'in objects' Literal.String +"'" Literal.String +',' Punctuation +' ' Text.Whitespace +'andIn' Name.Variable +':' Punctuation +' ' Text.Whitespace +'[' Punctuation +"'" Literal.String +'arrays' Literal.String +"'" Literal.String +',' Punctuation +']' Punctuation +',' Punctuation +'\n ' Text.Whitespace +'"' Name.Variable +'backwardsCompatible"' Name.Variable +':' Punctuation +' ' Text.Whitespace +'"' Literal.String +'with JSON' Literal.String +'"' Literal.String +',' Punctuation +'\n' Text.Whitespace + +'}' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json5/test_numbers.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json5/test_numbers.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc9e5ca65b3f9a3be2ce59e8dce56ee3f6572d2f --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json5/test_numbers.txt @@ -0,0 +1,76 @@ +---input--- +{ + integer: 123, + withFractionPart: 123.456, + onlyFractionPart: .456, + withExponent: 123e-456, + + positiveHex: 0xdecaf, + negativeHex: -0xC0FFEE, + + positiveInfinity: Infinity, + negativeInfinity: -Infinity, + notANumber: NaN, +} + +---tokens--- +'{' Punctuation +'\n ' Text.Whitespace +'integer' Name.Variable +':' Punctuation +' ' Text.Whitespace +'123' Literal.Number.Float +',' Punctuation +'\n ' Text.Whitespace +'withFractionPart' Name.Variable +':' Punctuation +' ' Text.Whitespace +'123.4' Literal.Number.Float +'56' Literal.Number.Float +',' Punctuation +'\n ' Text.Whitespace +'onlyFractionPart' Name.Variable +':' Punctuation +' ' Text.Whitespace +'.456' Literal.Number.Float +',' Punctuation +'\n ' Text.Whitespace +'withExponent' Name.Variable +':' Punctuation +' ' Text.Whitespace +'123e-456' Literal.Number.Float +',' Punctuation +'\n \n ' Text.Whitespace +'positiveHex' Name.Variable +':' Punctuation +' ' Text.Whitespace +'0xdecaf' Literal.Number.Hex +',' Punctuation +'\n ' Text.Whitespace +'negativeHex' Name.Variable +':' Punctuation +' ' Text.Whitespace +'-0xC0FFEE' Literal.Number.Hex +',' Punctuation +'\n \n ' Text.Whitespace +'positiveInfinity' Name.Variable +':' Punctuation +' ' Text.Whitespace +'Infinity' Keyword +',' Punctuation +'\n ' Text.Whitespace +'negativeInfinity' Name.Variable +':' Punctuation +' ' Text.Whitespace +'-Infinity' Keyword +',' Punctuation +'\n ' Text.Whitespace +'notANumber' Name.Variable +':' Punctuation +' ' Text.Whitespace +'NaN' Keyword +',' Punctuation +'\n' Text.Whitespace + +'}' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json5/test_objects.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json5/test_objects.txt new file mode 100644 index 0000000000000000000000000000000000000000..db11a7b3b40dce6d1720c0021ac4bba146baa791 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/json5/test_objects.txt @@ -0,0 +1,134 @@ +---input--- +// An empty object +{} + +// An object with two properties +// and a trailing comma +{ + width: 1920, + height: 1080, +} + +// Objects can be nested +{ + image: { + width: 1920, + height: 1080, + 'aspect-ratio': '16:9', + } +} + +// An array of objects +[ + { name: 'Joe', age: 27 }, + { name: 'Jane', age: 32 }, +] + +---tokens--- +'// An empty object\n' Comment.Single + +'{' Punctuation +'}' Punctuation +'\n\n' Text.Whitespace + +'// An object with two properties\n' Comment.Single + +'// and a trailing comma\n' Comment.Single + +'{' Punctuation +'\n ' Text.Whitespace +'width' Name.Variable +':' Punctuation +' ' Text.Whitespace +'1920' Literal.Number.Float +',' Punctuation +'\n ' Text.Whitespace +'height' Name.Variable +':' Punctuation +' ' Text.Whitespace +'1080' Literal.Number.Float +',' Punctuation +'\n' Text.Whitespace + +'}' Punctuation +'\n\n' Text.Whitespace + +'// Objects can be nested\n' Comment.Single + +'{' Punctuation +'\n ' Text.Whitespace +'image' Name.Variable +':' Punctuation +' ' Text.Whitespace +'{' Punctuation +'\n ' Text.Whitespace +'width' Name.Variable +':' Punctuation +' ' Text.Whitespace +'1920' Literal.Number.Float +',' Punctuation +'\n ' Text.Whitespace +'height' Name.Variable +':' Punctuation +' ' Text.Whitespace +'1080' Literal.Number.Float +',' Punctuation +'\n ' Text.Whitespace +"'" Name.Variable +"aspect-ratio'" Name.Variable +':' Punctuation +' ' Text.Whitespace +"'" Literal.String +'16:9' Literal.String +"'" Literal.String +',' Punctuation +'\n ' Text.Whitespace +'}' Punctuation +'\n' Text.Whitespace + +'}' Punctuation +'\n\n' Text.Whitespace + +'// An array of objects\n' Comment.Single + +'[' Punctuation +'\n ' Text.Whitespace +'{' Punctuation +' ' Text.Whitespace +'name' Name.Variable +':' Punctuation +' ' Text.Whitespace +"'" Literal.String +'Joe' Literal.String +"'" Literal.String +',' Punctuation +' ' Text.Whitespace +'age' Name.Variable +':' Punctuation +' ' Text.Whitespace +'27' Literal.Number.Float +' ' Text.Whitespace +'}' Punctuation +',' Punctuation +'\n ' Text.Whitespace +'{' Punctuation +' ' Text.Whitespace +'name' Name.Variable +':' Punctuation +' ' Text.Whitespace +"'" Literal.String +'Jane' Literal.String +"'" Literal.String +',' Punctuation +' ' Text.Whitespace +'age' Name.Variable +':' Punctuation +' ' Text.Whitespace +'32' Literal.Number.Float +' ' Text.Whitespace +'}' Punctuation +',' Punctuation +'\n' Text.Whitespace + +']' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/jsonld/test_json_ld.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/jsonld/test_json_ld.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbd296996b01f20e1609c40478f2d8ac0317d98b --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/jsonld/test_json_ld.txt @@ -0,0 +1,251 @@ +---input--- +// JSON-LD keywords +{"@base": ""} +{"@container": ""} +{"@context": ""} +{"@direction": ""} +{"@graph": ""} +{"@id": ""} +{"@import": ""} +{"@included": ""} +{"@index": ""} +{"@json": ""} +{"@language": ""} +{"@list": ""} +{"@nest": ""} +{"@none": ""} +{"@prefix": ""} +{"@propagate": ""} +{"@protected": ""} +{"@reverse": ""} +{"@set": ""} +{"@type": ""} +{"@value": ""} +{"@version": ""} +{"@vocab": ""} + +// Not keywords +{"@bogus": ""} // "@" does not guarantee a keyword match +{"@bases": ""} // keyword is "base" +{"container": ""} // no leading "@" + +---tokens--- +'// JSON-LD keywords' Comment.Single +'\n' Text.Whitespace + +'{' Punctuation +'"@base"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@container"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@context"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@direction"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@graph"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@id"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@import"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@included"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@index"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@json"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@language"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@list"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@nest"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@none"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@prefix"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@propagate"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@protected"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@reverse"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@set"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@type"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@value"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@version"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n' Text.Whitespace + +'{' Punctuation +'"@vocab"' Name.Decorator +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +'\n\n' Text.Whitespace + +'// Not keywords' Comment.Single +'\n' Text.Whitespace + +'{' Punctuation +'"@bogus"' Name.Tag +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +' ' Text.Whitespace +'// "@" does not guarantee a keyword match' Comment.Single +'\n' Text.Whitespace + +'{' Punctuation +'"@bases"' Name.Tag +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +' ' Text.Whitespace +'// keyword is "base"' Comment.Single +'\n' Text.Whitespace + +'{' Punctuation +'"container"' Name.Tag +':' Punctuation +' ' Text.Whitespace +'""' Literal.String.Double +'}' Punctuation +' ' Text.Whitespace +'// no leading "@"' Comment.Single +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/jsx/test_aria_attribute.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/jsx/test_aria_attribute.txt new file mode 100644 index 0000000000000000000000000000000000000000..3424cd7b9946f595816953bb3c965db5d45a2ba3 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/jsx/test_aria_attribute.txt @@ -0,0 +1,16 @@ +---input--- + + +---tokens--- +'<' Punctuation +'button' Name.Tag +' ' Text.Whitespace +'aria-label' Name.Attribute +'=' Operator +'"Submit"' Literal.String +'>' Punctuation +'Submit' Name.Other +'' Punctuation +'\n' Text.Whitespace diff --git a/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/jsx/test_arrow_function_attribute.txt b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/jsx/test_arrow_function_attribute.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a194255ae4b34dd34b11f59e452185b7c94a476 --- /dev/null +++ b/miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/jsx/test_arrow_function_attribute.txt @@ -0,0 +1,25 @@ +---input--- +