Fix html error detected by test-suite

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2007-11-11 13:04:28 +01:00
orang tua b4649fc905
melakukan 2915483ef6
11 mengubah file dengan 37 tambahan dan 27 penghapusan

Melihat File

@ -9,7 +9,13 @@ run_test 'find file-1' 'grep -e "file-1" trash/tmp'
run_test 'find file-50' 'grep -e "file-50" trash/tmp'
run_test 'generate bar/tree/file-50' 'cgit_url "bar/tree/file-50" >trash/tmp'
run_test 'find line 1' 'grep -e "<a name=.1.>1</a>" trash/tmp'
run_test 'no line 2' 'grep -ve "<a name=.2.>2</a>" trash/tmp'
run_test 'find line 1' '
grep -e "<a id=.n1. name=.n1. href=.#n1.>1</a>" trash/tmp
'
run_test 'no line 2' '
grep -e "<a id=.n2. name=.n2. href=.#n2.>2</a>" trash/tmp
'
tests_done