1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/test/scripts/makepkg-template-tests/name-charset-valid/testcase-config
Florian Pritz bd2473797e test makepkg-template: Add name-charset-valid
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-01-11 18:58:25 +10:00

20 lines
320 B
Plaintext

arguments+=()
expected_exitcode=0
_setup_testcase() {
ln -sr "templates/"{foo\@-_.+a-1.template,foo\@-_.+a.template}
}
IFS="" read -d '' expected_output <<'EOF'
EOF
IFS="" read -d '' expected_result <<'EOF'
pkgname=foo
pkgver=1
build() {
# template start; name=foo@-_.+a; version=1;
42 cookies
# template end;
}
EOF