We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0e749 commit dffba56Copy full SHA for dffba56
pkgs/native_assets_cli/test/model/build_config_test.dart
@@ -297,8 +297,8 @@ version: ${BuildConfigImpl.latestVersion}''';
297
"version": "${BuildConfigImpl.latestVersion}"
298
}''';
299
expect(
300
- jsonString.replaceAll('\\', '/'),
301
- equals(expectedJsonString),
+ jsonString.replaceAll('\\\\', '/'),
+ equals(expectedJsonString.replaceAll('\\', '/')),
302
);
303
304
final buildConfig2 = BuildConfigImpl.fromConfig(
0 commit comments