Changeset 3883:3e89d87ed9bd for build-tools/Minifier.php
- Timestamp:
- 09/19/18 10:22:06 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build-tools/Minifier.php
r3882 r3883 481 481 // block below. 482 482 case "\n": 483 throw new \RuntimeException('Unclosed string at position: ' . $startpos); 483 if ($stringType !== '`') { 484 throw new \RuntimeException('Unclosed string at position: ' . $startpos); 485 } else { 486 echo $this->a; 487 } 484 488 break; 485 489
Note: See TracChangeset
for help on using the changeset viewer.