format::desktop_entry: Fix test data

This commit is contained in:
Sasha Koshka 2024-10-21 12:38:58 -04:00
parent 776185e574
commit bd5b9f5d75
3 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,7 @@ use os;
let h_dac = "Desktop Action Create";
let correct: []line = [
"This is a comment": comment,
blank,
h_de: group_header,
entry_new(h_de, "Version", "1.0", locale::c),
entry_new(h_de, "Type", "Application", locale::c),

View File

@ -12,8 +12,6 @@ Icon=fooview
MimeType=image/x-foo;
Actions=Gallery;Create;
Name[en_US]=foo.desktop
[Desktop Action Gallery]
Exec=fooview --gallery
Name=Browse Gallery
@ -22,5 +20,6 @@ Name=Browse Gallery
Exec=fooview --create-new
Name=Create a new Foo!
Name[en_US]=Create a new Foo!
Name[xx_XX.UTF-8]=Zweep zoop flooble glorp
#Another comment
Icon=fooview-new

View File