mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
Split php-tags-bad.lint-test to two tests
Summary: D1818 effectivelly disabled this test case. Test Plan: This diff. Reviewers: epriestley, nh Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4746
This commit is contained in:
parent
3acbf9f3fa
commit
98e8d0c9c4
2 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
garbage garbage
|
||||
<?
|
||||
<?php
|
||||
|
||||
?>
|
||||
~~~~~~~~~~
|
||||
|
@ -7,6 +7,6 @@ error:1:1
|
|||
error:4:1
|
||||
~~~~~~~~~~
|
||||
garbage garbage
|
||||
<?
|
||||
<?php
|
||||
|
||||
?>
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
<?
|
||||
|
||||
~~~~~~~~~~
|
||||
error:1:1
|
||||
~~~~~~~~~~
|
||||
<?php
|
||||
|
||||
|
Loading…
Reference in a new issue