superscriptjs / superscript

A dialogue engine for creating chat bots
http://superscriptjs.com
MIT License
1.65k stars 209 forks source link

Displaying captured data issue #390

Open dufia opened 6 years ago

dufia commented 6 years ago

If you do:

+ my name is *1 *2
- Nice to meet you firstname: <cap1> surname: <cap2>?

The result will be: Nice to meet you firstname: Jo surname: n Snow?

I am testing on a the latest master (1.1.3) and mongo 3.4.10

EDIT: Also this example from the docs will not work:

+ *1 is taller than *2
- Are you sure that <cap1> is taller than <cap2>?

Tested both on 1.1.3 and the 1.0.0, mongo 3.4.10, node v6.8.1