We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xedconfsxp
Xendconfsxp lens fails on given test:
Xendconfsxp
test Xendconfsxp.lns put "(logfile /var/log/xend.log)" after set "/logfile/item" "test" = "(logfile test)"
but if I use sexpr instead of lns it passes:
sexpr
lns
test Xendconfsxp.sexpr put "(logfile /var/log/xend.log)" after set "/logfile/item" "test" = "(logfile test)"
I'm not able to fix this lens - I've tried but I was only able to ''fix'' it by recursion removal.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Xendconfsxp
lens fails on given test:but if I use
sexpr
instead oflns
it passes:I'm not able to fix this lens - I've tried but I was only able to ''fix'' it by recursion removal.
The text was updated successfully, but these errors were encountered: