Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7188818
ArcanistCommentRemoverTestCase.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
427 B
Referenced Files
None
Subscribers
None
ArcanistCommentRemoverTestCase.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment