knowsys / rulewerk

Java library based on the VLog rule engine
Apache License 2.0
32 stars 13 forks source link

[client] unexpected interpretation of backslash character in file paths. #219

Open irina-dragoste opened 2 years ago

irina-dragoste commented 2 years ago

How to reproduce bug:

  1. run rulewerk interactive shell
  2. type @load '\a'-> the shell looks for a file path. Same for command @load "\a"
  3. type @load '\\\\a'-> the shell looks for \a file path. Same for command @load "\\\\a"