Skip to content

Commit 2a6f8a5

Browse files
committed
ci: add regenerated fixtures
1 parent a444765 commit 2a6f8a5

File tree

2 files changed

+2
-2
lines changed
  • internal/test_helpers/fixtures

2 files changed

+2
-2
lines changed

internal/test_helpers/fixtures/ash/quoting/pass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Debug = true
9999
[your-program] $ echo "mixed\"quote'script'\\"
100100
[your-program] mixed"quote'script'\
101101
[tester::#GU3] ✓ Received expected response
102-
[your-program] $ cat '/tmp/rat/"f 38"' '/tmp/rat/"f\93"' '/tmp/rat/f57'
102+
[your-program] $ cat "/tmp/rat/\"f 38\"" "/tmp/rat/\"f\\93\"" "/tmp/rat/f57"
103103
[your-program] banana pineapple.raspberry blueberry.apple pineapple.
104104
[tester::#GU3] ✓ Received expected response
105105
[your-program] $

internal/test_helpers/fixtures/bash/quoting/pass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Debug = true
9999
[your-program] $ echo "mixed\"quote'script'\\"
100100
[your-program] mixed"quote'script'\
101101
[tester::#GU3] ✓ Received expected response
102-
[your-program] $ cat '/tmp/rat/"f 38"' '/tmp/rat/"f\93"' '/tmp/rat/f57'
102+
[your-program] $ cat "/tmp/rat/\"f 38\"" "/tmp/rat/\"f\\93\"" "/tmp/rat/f57"
103103
[your-program] banana pineapple.raspberry blueberry.apple pineapple.
104104
[tester::#GU3] ✓ Received expected response
105105
[your-program] $

0 commit comments

Comments
 (0)