Avoid truncation when truncating means longer output (#10446)

Fixes #6267
This commit is contained in:
Pierre Sassoulas
2022-12-17 14:24:46 +01:00
committed by GitHub
parent f6adebb990
commit b31db4809b
4 changed files with 86 additions and 37 deletions
+2
View File
@@ -0,0 +1,2 @@
The full output of a test is no longer truncated if the truncation message would be longer than
the hidden text. The line number shown has also been fixed.