]> gitweb.ps.run Git - ps-cgit/blobdiff - tests/t0104-tree.sh
Merge branch 'lh/cache'
[ps-cgit] / tests / t0104-tree.sh
index 9c362ca12c56a6e09f46c18dd0e9aa21389e7f3e..2516c72137fcd2b20ea3aefa82aa33817a958d3c 100755 (executable)
@@ -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