Page MenuHomeSealhub

ArcanistCommentRemoverTestCase.php
No OneTemporary

ArcanistCommentRemoverTestCase.php

<?php
final class ArcanistCommentRemoverTestCase extends ArcanistTestCase {
public function testRemover() {
$test = <<<EOTEXT
Here is a list:
# Stuff
# More Stuff
The end.
# Instructional comments.
# Appear here.
# At the bottom.
EOTEXT;
$expect = <<<EOTEXT
Here is a list:
# Stuff
# More Stuff
The end.
EOTEXT;
$this->assertEqual($expect, ArcanistCommentRemover::removeComments($test));
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Jul 8, 08:32 (7 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
809885
Default Alt Text
ArcanistCommentRemoverTestCase.php (427 B)

Event Timeline