32885cfd1c
Related: RHEL-59856 Signed-off-by: Bryan Gurney <bgurney@redhat.com>
11 lines
237 B
Plaintext
11 lines
237 B
Plaintext
summary: wcwidth smoke test
|
|
|
|
prepare:
|
|
- name: Install packages
|
|
how: install
|
|
package: python3-wcwidth
|
|
|
|
execute:
|
|
how: tmt
|
|
script: python3 -c 'from wcwidth import wcswidth; exit(0) if wcswidth("漢字") == 4 else exit(1)'
|