This commit is contained in:
Starbeamrainbowlabs 2021-07-28 18:07:21 +01:00
parent 6a77b3cd21
commit b708fec2db
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -90,7 +90,3 @@ test("yay \"yay\\\" yay\" yay")
test("yay \"yay 'inside quotes' yay\\\"\" yay") test("yay \"yay 'inside quotes' yay\\\"\" yay")
test("yay 'inside quotes' another") test("yay 'inside quotes' another")
test("y\"ay \"yay 'in\\\"side quotes' yay\" y\\\"ay") test("y\"ay \"yay 'in\\\"side quotes' yay\" y\\\"ay")
-- for i=1,10000 do
-- split_shell("y\"ay \"yay 'in\\\"side quotes' yay\" y\\\"ay")
-- end