33 lines
467 B
Plaintext
33 lines
467 B
Plaintext
HTML-style comments are not part of EcmaScript specification, and should not be used.
|
|
|
|
|
|
== Noncompliant Code Example
|
|
|
|
----
|
|
<!-- Noncompliant -->
|
|
----
|
|
|
|
|
|
== Compliant Solution
|
|
|
|
----
|
|
// Compliant
|
|
/* Compliant */
|
|
----
|
|
|
|
|
|
ifdef::env-github,rspecator-view[]
|
|
|
|
'''
|
|
== Implementation Specification
|
|
(visible only on this page)
|
|
|
|
include::message.adoc[]
|
|
|
|
'''
|
|
== Comments And Links
|
|
(visible only on this page)
|
|
|
|
include::comments-and-links.adoc[]
|
|
endif::env-github,rspecator-view[]
|