Page MenuHomePhorge

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
Mon, Mar 24, 01:48 (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1121089
Default Alt Text
ArcanistCommentRemoverTestCase.php (427 B)

Event Timeline