This commit is contained in:
parent
372bf85181
commit
7b4e5a29ad
@ -34,7 +34,7 @@ I started by making an array of size `3n`, `n` being the number of tests. Indeed
|
|||||||
|
|
||||||
This approach has flaws, obviously, and the biggest one being the consistence of html. Indeed this html :
|
This approach has flaws, obviously, and the biggest one being the consistence of html. Indeed this html :
|
||||||
|
|
||||||
<h1>Title</>
|
<h1>Title</h1>
|
||||||
|
|
||||||
is strictly equivalent to :
|
is strictly equivalent to :
|
||||||
|
|
||||||
@ -44,4 +44,4 @@ is strictly equivalent to :
|
|||||||
|
|
||||||
whereas the strings are not equal.
|
whereas the strings are not equal.
|
||||||
|
|
||||||
The most naive approach I came with (and because I wanted a quick prototype so I didn't think much about it) was to remove all carriage return from the parser output, using `tr -d '\n'`
|
The most naive approach I came with (and because I wanted a quick prototype so I didn't think much about it) was to remove all carriage return from the parser output, using `tr -d '\n'`
|
Loading…
Reference in New Issue
Block a user