Completed
Branch master (635971)
by Mark
02:21
created
_test/syntax_include_deep.test.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
                             5,
104 104
                             $wikilinks->contents()->length,
105 105
                             'There should be 5 backlinks'
106
-                           );
106
+                            );
107 107
 
108 108
         $lastlink = pq('a:last', $wikilinks);
109 109
         dbglog($lastlink->text(), "last backlink");
@@ -111,6 +111,6 @@  discard block
 block discarded – undo
111 111
                             $lastlink->text(),
112 112
                             'linking to a namespace',
113 113
                             'The last backlink should be "linking to a namespace"'
114
-                           );
114
+                            );
115 115
     }
116 116
 }
Please login to merge, or discard this patch.
_test/syntax_exclude.test.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
                             5,
104 104
                             $wikilinks->contents()->length,
105 105
                             'There should be 5 backlinks'
106
-                           );
106
+                            );
107 107
 
108 108
         $lastlink = pq('a:last', $wikilinks);
109 109
         dbglog($lastlink->text(), "last backlink");
@@ -111,6 +111,6 @@  discard block
 block discarded – undo
111 111
                             $lastlink->text(),
112 112
                             'linking to a namespace',
113 113
                             'The last backlink should be "linking to a namespace"'
114
-                           );
114
+                            );
115 115
     }
116 116
 }
Please login to merge, or discard this patch.