Skip to content

Commit

Permalink
Fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhornyak committed May 18, 2021
1 parent f1d8439 commit d0a25ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ namespace uscxml {
}
else {

if (data.type == Data::VERBATIM && !data.atom.empty() && isValidExprSyntax(data.atom)) {
if (data.type == Data::INTERPRETED && !data.atom.empty() && isValidExprSyntax(data.atom)) {
evalAsValue(location + "=" + data.atom);
}
else {
Expand Down

0 comments on commit d0a25ce

Please sign in to comment.