commented out some test code

This commit is contained in:
Celestino Amoroso 2024-04-13 22:15:20 +02:00
parent 51e740d243
commit ed6af6603a

View File

@ -163,7 +163,7 @@ func TestParser(t *testing.T) {
failed := 0
// inputs1 := []inputType{
// {`1 ? {"a"} : {"b"} ? ["a"] {"A"} :["b"] {"B"}`, "B", nil},
// {`10 ? {"a"} :[true, 2+8] {"b"} :: {"c"}`, "b", nil},
// }
for i, input := range inputs {