diff --git a/src/class-fields/eval-err-contains-superproperty-2.case b/src/class-fields/eval-err-contains-superproperty-2.case
index 33fa810bdef7f0bfa1477153a7bcb1486a53ffe0..dc8adbcdef7e35febee9ba5a827c45f0650ed8f9 100644
--- a/src/class-fields/eval-err-contains-superproperty-2.case
+++ b/src/class-fields/eval-err-contains-superproperty-2.case
@@ -2,13 +2,15 @@
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
-desc: error if `super['x']` in StatementList of eval
+desc: error if super['x'] in StatementList of eval
 info: |
-    The remaining eval rules apply as outside a constructor, inside a method, and inside a function.
+  The remaining eval rules apply as outside a constructor, inside a method, and inside a function.
 
   Additional Early Error Rules for Eval Outside Methods
-  These static semantics are applied by PerformEval when a direct eval call occurs outside of a MethodDefinition.
-  ScriptBody:StatementList
+
+    These static semantics are applied by PerformEval when a direct eval call occurs outside of a MethodDefinition.
+
+    ScriptBody : StatementList
 
     It is a Syntax Error if StatementList Contains SuperProperty.
 
diff --git a/src/class-fields/private-names.case b/src/class-fields/private-names.case
index 9f839452c7292e66ac7aa2a3e439a2197e61458e..030080379049f8a8526be94a310403a4bd6f57b4 100644
--- a/src/class-fields/private-names.case
+++ b/src/class-fields/private-names.case
@@ -15,7 +15,7 @@ info: |
     PrivateName
 
   PrivateName:
-    #IdentifierName
+    # IdentifierName
 template: productions
 features: [class-fields-private]
 ---*/
diff --git a/src/class-fields/static-private-names.case b/src/class-fields/static-private-names.case
index 464b53a9e99b976e9cf3b9985ded79ce189eb693..47e795e75fc371065d6708e99805672b77e53c78 100644
--- a/src/class-fields/static-private-names.case
+++ b/src/class-fields/static-private-names.case
@@ -15,7 +15,7 @@ info: |
     PrivateName
 
   PrivateName:
-    #IdentifierName
+    # IdentifierName
 template: default
 ---*/