-
Bug
-
Resolution: Timed out
-
Low
-
1
-
Severity 3 - Minor
-
3
-
Issue Summary
When adding "++" at the beginning of a code line, Bitbucket does not display this line when showing the diff
Steps to Reproduce
- Add a file with the following configuration
++ test +- test
- Commit the change
- Only the second line displays in diff
+- test
Expected Results
Show both lines
++ test +- test
Actual Results
Only shows 1 line
+- test
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available