diff --git a/test/functional-tests/dunstrc.nomarkup b/test/functional-tests/dunstrc.nomarkup
index 1ff4fb1..49b30f0 100644
--- a/test/functional-tests/dunstrc.nomarkup
+++ b/test/functional-tests/dunstrc.nomarkup
@@ -1,7 +1,7 @@
[global]
font = Monospace 8
allow_markup = no
- format = "%s\n%b"
+ format = "%s\n%b"
sort = yes
indicate_hidden = yes
alignment = left
diff --git a/test/functional-tests/test.sh b/test/functional-tests/test.sh
index ae3ca17..aaec64b 100755
--- a/test/functional-tests/test.sh
+++ b/test/functional-tests/test.sh
@@ -80,15 +80,17 @@ function markup {
killall dunst
../../dunst -config dunstrc.markup "200x0+10+10" &
../../dunstify -a "dunst tester" "Markup Tests" -u "c"
- ../../dunstify -a "dunst tester" "bold italic"
- ../../dunstify -a "dunst tester" "broken markup"
+ ../../dunstify -a "dunst tester" "There should be no markup in the title" -u "c"
+ ../../dunstify -a "dunst tester" "Title" "bold italic"
+ ../../dunstify -a "dunst tester" "Title" " Github link "
+ ../../dunstify -a "dunst tester" "Title" "broken markup"
keypress
killall dunst
../../dunst -config dunstrc.nomarkup "200x0+10+10" &
- ../../dunstify -a "dunst tester" -u c "NO Markup Tests"
- ../../dunstify -a "dunst tester" "bolditalic"
- ../../dunstify -a "dunst tester" "broken markup"
+ ../../dunstify -a "dunst tester" -u c "No markup Tests"
+ ../../dunstify -a "dunst tester" "Title" "bolditalic"
+ ../../dunstify -a "dunst tester" "Title" "broken markup"
keypress
}
@@ -160,13 +162,13 @@ function geometry {
killall dunst
../../dunst -config dunstrc.default -geom "-300x1" &
- ../../dunstify -a "dunst tester" -u c "-300x1"
+ ../../dunstify -a "dunst tester" -u c -- "-300x1"
basic_notifications
keypress
killall dunst
../../dunst -config dunstrc.default -geom "-300x1-20-20" &
- ../../dunstify -a "dunst tester" -u c "-300x1-20-20"
+ ../../dunstify -a "dunst tester" -u c -- "-300x1-20-20"
basic_notifications
keypress