This website works better with JavaScript.
Home
Explore
Help
Sign In
brennen
/
wrt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
27
Wiki
Activity
Browse Source
display_markup.t: now we do <h1>s
pull/1/head
Brennen Bearnes
11 years ago
parent
e36be446c8
commit
1d99807c65
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
t/display_markup.t
+ 5
- 1
t/display_markup.t
View File
@ -35,7 +35,7 @@ two
LINES
my
$
expectedlines
=
<<
'LINES'
;
<h
3>
Hello
</h3
>
<h
1>
Hello
</h1
>
<p>
Some
stuff
.
</p>
@ -60,6 +60,10 @@ ok(
'line_parse works'
)
;
if
(
$
result
ne
$
expectedlines
)
{
diag
(
$
result
)
;
}
# diag($result);
1
;
Write
Preview
|
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save