Skip to content

Commit

Permalink
Revert "deliberately break a test to check CI"
Browse files Browse the repository at this point in the history
This reverts commit 70fc13f.
  • Loading branch information
johnbartholomew committed Feb 7, 2024
1 parent f642fef commit 674407b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_suite/stdlib.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -1599,6 +1599,6 @@ std.assertEqual(std.trim('string with newline character at end\n'), 'string with
std.assertEqual(std.trim('string with tabs at end\t\t'), 'string with tabs at end') &&
// The last character here was previously expressed as \u00A0, but this is rewritten by jsonnetfmt.
// To avoid ambiguity but allow the code to pass unchanged through jsonnetfmt, this now uses a std.char() call.
std.assertEqual(std.trim('bad string with other special whitespaces at end\f\r\u0085' + std.char(160)), 'string with other special whitespaces at end') &&
std.assertEqual(std.trim('string with other special whitespaces at end\f\r\u0085' + std.char(160)), 'string with other special whitespaces at end') &&

true

0 comments on commit 674407b

Please sign in to comment.