rcasteran / jarvis4se

JARVIS for Systems Engineers
https://regis-casteran.gitbook.io/jarvis4se/
MIT License
3 stars 1 forks source link

Command with punctuation does not work #10

Closed rcasteran closed 2 years ago

rcasteran commented 2 years ago

Impacted version jarvis4se version: 1.1.1

Describe the bug Command followed by a dot does not work

To Reproduce Execute the following commands:

%%jarvis
with test
a is a data. The type of a is "Flow"

b is a data.
The type of b is "Flow"

c is a data. The type of c is "Flow".

F1 is a function. The type of F1 is "Function"

F2 is a function.
The type of F2 is "Function"

d is a data
The type of d is "Flow". F1 produces d. F2 consumes d

e is a data
The type of d is "Flow".
F2 produces e. F1 consumes e

f is a data
The type of f is "Flow".
F2 produces f.
F1 consumes f.

Expected behavior b must be created, but it does not F1 must produce d, but it does not F2 must consume d, but it does not F2 must produce e, but it does not F2 must produce f, but it does not F1 must consume f, but it does not

Screenshots None

Desktop (please complete the following information):