~ubuntu-branches/ubuntu/wily/phabricator/wily

« back to all changes in this revision

Viewing changes to src/lint/linter/__tests__/xhpast/hash-comments.lint-test

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2014-11-01 23:20:06 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20141101232006-mvlnp0cil67tsboe
Tags: upstream-0~git20141101/arcanist
Import upstream version 0~git20141101, component arcanist

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
# no
 
3
#no
 
4
// yes
 
5
# no
 
6
/* yes */ #no
 
7
/*
 
8
 * yes
 
9
 */
 
10
/**
 
11
 * yes
 
12
 */
 
13
//#yes
 
14
/*#yes*/
 
15
#
 
16
//
 
17
/////////////////// yes
 
18
/*no */
 
19
/**no */
 
20
/** yes */
 
21
/**** yes ****/
 
22
~~~~~~~~~~
 
23
error:2:1
 
24
error:3:1
 
25
error:5:1
 
26
error:6:11
 
27
advice:13:1
 
28
advice:14:1
 
29
error:15:1
 
30
advice:18:1
 
31
advice:19:1
 
32
~~~~~~~~~~
 
33
<?php
 
34
// no
 
35
// no
 
36
// yes
 
37
// no
 
38
/* yes */ // no
 
39
/*
 
40
 * yes
 
41
 */
 
42
/**
 
43
 * yes
 
44
 */
 
45
// #yes
 
46
/* #yes*/
 
47
//
 
48
//
 
49
/////////////////// yes
 
50
/* no */
 
51
/** no */
 
52
/** yes */
 
53
/**** yes ****/