Package: golang-github-go-task-template / 0.0~git20240422.8f6b279-2

Metadata

Package Version Patches format
golang-github-go-task-template 0.0~git20240422.8f6b279-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix unprintable JS scape sequence.patch | (download)

exec_test.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 testjsescaping breaking unprintable character
 The test "TestJSEscaping", rune U+FDFF was used as a placeholder for an
 unprintable character. This codepoint was assigned and made printable in
 Unicode 14.0.0, breaking this test. It has been replaced with the assigned
 and never-printable U+FFFE to fix the test and provide resiliency in the
 future.
 https://cs.opensource.google/go/go/+/def0be5e34d6657c84407c8afe4ace05d10d1848