mrbaseman / parse_yaml

a simple yaml parser implemented in bash
GNU General Public License v3.0
165 stars 37 forks source link

Incompatible with mawk 1.3.3 #8

Closed jgroman closed 2 years ago

jgroman commented 3 years ago

mawk 1.3.3 doesn't support [[:space:]] character class: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=65617 and there are also subtle differences in index() function newlline character handling.

mrbaseman commented 2 years ago

closing this since the pull request has been merged. (if the PR were named 'Fix for #8' this issue would have been closed automatically)