Skip to content

Commit 7e772a2

Browse files
committed
fix - tests
1 parent b4fb2df commit 7e772a2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tests/Original/504-fix-indentation-fallback-php-before-7.3.out

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
$a = 1;
88
//There is a comment up here
99
$sql9 = <<<SQL
10-
SELECT Row1, row2, `Someone decided to use spaces`,`in table and column names`
11-
FROM sometable
12-
WHERE ((SomeField = '$SomeVariable'))
13-
SQL;
14-
//echo '<!--' . $sql9 . '-->'; // old code I think?
15-
//$result9=mysqli_query($conn, $sql9); // from an include()
16-
//while($row9=mysqli_fetch_array($result9)){
10+
SELECT Row1, row2, `Someone decided to use spaces`,`in table and column names`
11+
FROM sometable
12+
WHERE ((SomeField = '$SomeVariable'))
13+
SQL;
14+
//echo '<!--' . $sql9 . '-->'; // old code I think?
15+
//$result9=mysqli_query($conn, $sql9); // from an include()
16+
//while($row9=mysqli_fetch_array($result9)){
1717
$b=1;
1818
?>
1919
hello
2020
<?php
21-
echo "keep indent";
21+
echo "keep indent";
2222
?>
2323
hello
2424
<?php

0 commit comments

Comments
 (0)