Andrea Manzini

Results 15 issues of Andrea Manzini

Let’s improve by adding more test to parse text and files specially in regex, xml

help wanted

Related ticket: https://progress.opensuse.org/issues/107749 the function `send_key_until_needlematch()` is documented to send the key at maximum _n_ times, but is sending the key _n+1_ times before failing. By looking at the test...

while translating, It's useful to automatically refresh the content when it's changed. As a workaround, I'm using a one liner like `while true ; do timeout 30 make ; done`...

Hi, other tracks have a code generator that reads problem specifications and creates exercise test cases reading data from a [common source](https://github.com/exercism/problem-specifications). Do you think it could be useful for...

x:knowledge/elementary
x:module/generator

to reproduce, create an url.txt file with a long URL inside. Then `$ vi url.txt ` resize window so the URL wraps to the next line cannot follow the URL...

Port this simple glibc CVE test to the new LTP test API

Merging into one since these two tests are quite similar and differs only by the mode/flags they create testfile. ``` $ diff fcntl27.c fcntl28.c 2,5c2 < * < * Copyright...

last release v1.1.2 ships with a vulnerable dependency; see https://www.cve.org/CVERecord?id=CVE-2021-38561 https://nvd.nist.gov/vuln/detail/CVE-2021-38561 it is possible to plan a new release with updated deps? Thanks!