Skip to content

Commit 48c0155

Browse files
committed
Add failing test to support bug report
1 parent 0da2d66 commit 48c0155

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Test format is preserved when - is replaced with +
2+
-----
3+
<?php
4+
echo
5+
1
6+
+
7+
2;
8+
-----
9+
$stmts[0]->exprs[0] = new Node\Expr\BinaryOp\Minus($stmts[0]->exprs[0]->left, $stmts[0]->exprs[0]->right);
10+
-----
11+
<?php
12+
echo
13+
1
14+
-
15+
2;

0 commit comments

Comments
 (0)