You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
There should be a way to specify multi-line strings in metta scripts, which could be matched against corresponding strings formed in Python.
The text was updated successfully, but these errors were encountered:
Describe the bug
After this PR:
#777
unit tests in metta-motto became broken.
To Reproduce
Run the test in metta-motto:
While
echo-agent
returnswhich is composed as
'\n'.join("system Ping", "user Pong")
, it cannot be matched with the string formed by parsing in MettaThis:
also doesn't work.
Expected behavior
There should be a way to specify multi-line strings in metta scripts, which could be matched against corresponding strings formed in Python.
The text was updated successfully, but these errors were encountered: