Skip to content

Commit

Permalink
finally acquiesce to unit test request ( beautifier#2128 (comment) )
Browse files Browse the repository at this point in the history
  • Loading branch information
PierceLBrooks authored Mar 3, 2025
1 parent 79a9b70 commit de2b0c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/data/javascript/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -5890,6 +5890,14 @@ exports.test_data = {
comment: 'Issue #1896: Handle newlines with bitwise ~ operator',
input: 'if (foo) {\nvar bar = 1;\n~bar ? 0 : 1\n }',
output: 'if (foo) {\n var bar = 1;\n ~bar ? 0 : 1\n}'
},

{
comment: 'Issue #2128 - NPE in python implementation',
fragment: true,
unchanged: [
') / a / g'
]
}
]
}
Expand Down

0 comments on commit de2b0c6

Please sign in to comment.