@@ -7,7 +7,7 @@ snapshots["formats all should match css/variables snapshot"] =
7
7
*/
8
8
9
9
:root {
10
- --color_red: #FF0000; /* comment */
10
+ --color_red: #FF0000; /** comment */
11
11
}
12
12
` ;
13
13
/* end snapshot formats all should match css/variables snapshot */
@@ -19,7 +19,7 @@ snapshots["formats all should match css/variables snapshot with fileHeaderTimest
19
19
*/
20
20
21
21
:root {
22
- --color_red: #FF0000; /* comment */
22
+ --color_red: #FF0000; /** comment */
23
23
}
24
24
` ;
25
25
/* end snapshot formats all should match css/variables snapshot with fileHeaderTimestamp set */
@@ -1170,7 +1170,7 @@ snapshots["formats all should match ios-swift/class.swift snapshot"] =
1170
1170
import UIKit
1171
1171
1172
1172
public class {
1173
- public static let color_red = #FF0000 /* comment */
1173
+ public static let color_red = #FF0000 /** comment */
1174
1174
}` ;
1175
1175
/* end snapshot formats all should match ios-swift/class.swift snapshot */
1176
1176
@@ -1187,7 +1187,7 @@ snapshots["formats all should match ios-swift/class.swift snapshot with fileHead
1187
1187
import UIKit
1188
1188
1189
1189
public class {
1190
- public static let color_red = #FF0000 /* comment */
1190
+ public static let color_red = #FF0000 /** comment */
1191
1191
}` ;
1192
1192
/* end snapshot formats all should match ios-swift/class.swift snapshot with fileHeaderTimestamp set */
1193
1193
@@ -1203,7 +1203,7 @@ snapshots["formats all should match ios-swift/enum.swift snapshot"] =
1203
1203
import UIKit
1204
1204
1205
1205
public enum {
1206
- public static let color_red = #FF0000 /* comment */
1206
+ public static let color_red = #FF0000 /** comment */
1207
1207
}` ;
1208
1208
/* end snapshot formats all should match ios-swift/enum.swift snapshot */
1209
1209
@@ -1220,7 +1220,7 @@ snapshots["formats all should match ios-swift/enum.swift snapshot with fileHeade
1220
1220
import UIKit
1221
1221
1222
1222
public enum {
1223
- public static let color_red = #FF0000 /* comment */
1223
+ public static let color_red = #FF0000 /** comment */
1224
1224
}` ;
1225
1225
/* end snapshot formats all should match ios-swift/enum.swift snapshot with fileHeaderTimestamp set */
1226
1226
@@ -1236,7 +1236,7 @@ snapshots["formats all should match ios-swift/any.swift snapshot"] =
1236
1236
import UIKit
1237
1237
1238
1238
public class {
1239
- public static let color_red = #FF0000 /* comment */
1239
+ public static let color_red = #FF0000 /** comment */
1240
1240
}` ;
1241
1241
/* end snapshot formats all should match ios-swift/any.swift snapshot */
1242
1242
@@ -1253,7 +1253,7 @@ snapshots["formats all should match ios-swift/any.swift snapshot with fileHeader
1253
1253
import UIKit
1254
1254
1255
1255
public class {
1256
- public static let color_red = #FF0000 /* comment */
1256
+ public static let color_red = #FF0000 /** comment */
1257
1257
}` ;
1258
1258
/* end snapshot formats all should match ios-swift/any.swift snapshot with fileHeaderTimestamp set */
1259
1259
@@ -1424,7 +1424,7 @@ import 'dart:ui';
1424
1424
class {
1425
1425
._();
1426
1426
1427
- static const color_red = #FF0000; /* comment */
1427
+ static const color_red = #FF0000; /** comment */
1428
1428
}` ;
1429
1429
/* end snapshot formats all should match flutter/class.dart snapshot */
1430
1430
@@ -1444,7 +1444,7 @@ import 'dart:ui';
1444
1444
class {
1445
1445
._();
1446
1446
1447
- static const color_red = #FF0000; /* comment */
1447
+ static const color_red = #FF0000; /** comment */
1448
1448
}` ;
1449
1449
/* end snapshot formats all should match flutter/class.dart snapshot with fileHeaderTimestamp set */
1450
1450
0 commit comments