Skip to content

Commit

Permalink
Escape literal tab. (#31548)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb authored Jun 8, 2024
1 parent fe54c21 commit 7a0ad41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/transforms/external_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def test_sanitize_java_traceback(self):
\tat org.apache.beam.sdk.extensions.sql.expansion.ExternalSqlTransformRegistrar$Builder.buildExternal(ExternalSqlTransformRegistrar.java:73)
\tat org.apache.beam.sdk.extensions.sql.expansion.ExternalSqlTransformRegistrar$Builder.buildExternal(ExternalSqlTransformRegistrar.java:63)
\tat org.apache.beam.sdk.expansion.service.ExpansionService$TransformProviderForBuilder.getTransform(ExpansionService.java:303)
... 12 more
\t... 12 more
'''.strip()

core_msg = 'java.lang.RuntimeException: ACTUAL \n MULTILINE \n ERROR'
Expand Down

0 comments on commit 7a0ad41

Please sign in to comment.