Testing Jmol 12.2.16

From Proteopedia

(Difference between revisions)
Jump to: navigation, search
Line 6: Line 6:
* Scenes created in pages that include parentheses in the name fail.
* Scenes created in pages that include parentheses in the name fail.
-
* Inserting quoted text in an echo makes the whole scene to fail
+
* Inserting quoted text in an echo makes the whole scene to fail. Statements like this one is a ticket to failure
 +
''echo "Dealkylation ("aging")";'' since the Jmol parser is unable to properly pair the nested quotes.

Revision as of 14:53, 7 March 2012

Findings while testing Jmol 12.2.16 on Proteopedia:

Jmol 12.2.16 is more sensitive to non-standard characters inside scripts than the previous 11.8.24.
Avoid parentheses, percent signs and any other character besides letters and numbers when naming a page.

  • Scenes created in pages that include parentheses in the name fail.
  • Inserting quoted text in an echo makes the whole scene to fail. Statements like this one is a ticket to failure

echo "Dealkylation ("aging")"; since the Jmol parser is unable to properly pair the nested quotes.

Personal tools