summaryrefslogtreecommitdiff
path: root/tests/t0106-diff.sh
blob: e140bcc32f9887c259d17d616db2c98bbe12d7d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

. ./setup.sh

prepare_tests "Check content on diff page"

run_test 'generate foo/diff' 'cgit_url "foo/diff" >trash/tmp'
run_test 'find diff header' 'grep -e "a/file-5 b/file-5" trash/tmp'
run_test 'find blob link' 'grep -e "<a href=./foo/tree/file-5?id=" trash/tmp'
run_test 'find added file' 'grep -e "new file mode 100644" trash/tmp'

run_test 'find hunk header' '
	grep -e "<div class=.hunk.>@@ -0,0 +1 @@</div>" trash/tmp
'

run_test 'find added line' '
	grep -e "<div class=.add.>+5</div>" trash/tmp
'

tests_done
nctions?id=7e45e6a89e02fea6b7e28b075e230407ee1df709&follow=1'>Enhance error-checking for 'cci'René 'Necoro' Neumann1-2/+24 2010-02-25Small config commit functionRené 'Necoro' Neumann1-0/+35 2010-02-25pass --debug to equery to make it shut up -- also for the 'masked' callRené 'Necoro' Neumann1-1/+1 2010-02-23pass --debug to equery to make it shut upRené 'Necoro' Neumann1-1/+1 2010-02-20Update popups value to the new syntax in vimperator 2.2René 'Necoro' Neumann1-1/+1 2009-12-18Added vim mapping for haskellRené 'Necoro' Neumann1-0/+2