diff --git a/examples/javascript.pegjs b/examples/javascript.pegjs index 3151b18..74b02e9 100644 --- a/examples/javascript.pegjs +++ b/examples/javascript.pegjs @@ -513,7 +513,7 @@ _ EOS = __ ";" - / _ LineTerminatorSequence + / _ SingleLineComment? LineTerminatorSequence / _ &"}" / __ EOF