google / paco

The Paco behavioral science mobile research platform
http://www.pacoapp.com/
Apache License 2.0
327 stars 93 forks source link

Android: Web UI previews conditionals with hyphenated variable names, but these don't show up in Android #1510

Open NickAraujo opened 8 years ago

NickAraujo commented 8 years ago

For example, the conditional expression "q-1 == 2" will preview correctly on web, but will not work on Android. Note that underscores are acceptable in variable names.

We should be consistent: allow hyphens on Android or block them on Web.