pkgsrc/regress/print-plist-python/DESCR
rillig 7c3ef3e6ea lang/python: fix PYVERSSUFFIX escaping for print-PLIST
Before, the filename "3270" was wrongly replaced with "${PYVERSSUFFIX}"
since the version number "3.7", when interpreted as a regular expression,
matched that filename.
2019-07-17 18:34:16 +00:00

3 lines
163 B
Text

This test verifies that the dots that may appear as "3.7" in PYVERSSUFFIX
are properly escaped when that variable is treated as a regular
expression in PLIST_AWK.