Compare commits
No commits in common. "c8s" and "c8-beta" have entirely different histories.
1
.enchant.metadata
Normal file
1
.enchant.metadata
Normal file
@ -0,0 +1 @@
|
||||
321f9cf0abfa1937401676ce60976d8779c39536 SOURCES/enchant-1.6.0.tar.gz
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
enchant-1.6.0.tar.gz
|
||||
SOURCES/enchant-1.6.0.tar.gz
|
||||
|
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
1
sources
1
sources
@ -1 +0,0 @@
|
||||
SHA512 (enchant-1.6.0.tar.gz) = 0ca1634bb783df51512df4abecc89abdadee6baf7330d6e5f90cc15d10779896a3521a1c079ecc07e4df4f7a018ce398cca9d0125a7845a314a059840ebc9137
|
@ -1,42 +0,0 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- test_lsmod_h:
|
||||
dir: .
|
||||
run: enchant-lsmod -h >/dev/null
|
||||
- test_lsmod_v:
|
||||
dir: .
|
||||
run: enchant-lsmod -v >/dev/null
|
||||
- test_list_dicts_aa_BB:
|
||||
dir: .
|
||||
run: test "`enchant-lsmod -list-dicts | grep aa_BB`" = ""
|
||||
- test_list_dicts_cs_CZ:
|
||||
dir: .
|
||||
run: test "`enchant-lsmod -list-dicts | grep cs_CZ`" != ""
|
||||
- test_enchant_h:
|
||||
dir: .
|
||||
run: enchant -h >/dev/null
|
||||
- test_enchant_v:
|
||||
dir: .
|
||||
run: enchant -v >/dev/null
|
||||
- test_enchant_d_CCC:
|
||||
dir: .
|
||||
run: test "`echo cezta | enchant -d cs_CZ -a | grep -c CCC`" = "0"
|
||||
- test_enchant_d_cesta:
|
||||
dir: .
|
||||
run: echo "cezta" | enchant -d cs_CZ -a | grep cesta >/dev/null
|
||||
- test_cezta_pen_pes_cezta:
|
||||
dir: .
|
||||
run: echo "cezta pen pes" | enchant -d cs_CZ -l | grep cezta >/dev/null
|
||||
- test_cezta_pen_pes_pen:
|
||||
dir: .
|
||||
run: echo "cezta pen pes" | enchant -d cs_CZ -l | grep pen >/dev/null
|
||||
- test_cezta_pen_pes_pes:
|
||||
dir: .
|
||||
run: test "`echo cezta pen pes | enchant -d cs_CZ -l | grep -c pen`" = "1"
|
||||
required_packages:
|
||||
- enchant
|
||||
- hunspell-cs
|
Loading…
Reference in New Issue
Block a user