Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "compiler_facade_interface_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/compiler_facade_interface_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/compiler_facade_interface_spec.ts",
"test_groups": []
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ast_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/expression_parser/ast_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/expression_parser/ast_spec.ts",
"test_groups": [
{
"name": "RecursiveAstVisitor",
Expand All @@ -14,4 +14,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lexer_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/expression_parser/lexer_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/expression_parser/lexer_spec.ts",
"test_groups": [
{
"name": "lexer",
Expand Down Expand Up @@ -4211,4 +4211,4 @@
"tests": []
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parser_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/expression_parser/parser_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/expression_parser/parser_spec.ts",
"test_groups": [
{
"name": "parser",
Expand Down Expand Up @@ -2074,17 +2074,6 @@
}
]
},
{
"name": "should report missing comma between arrow function parameters",
"path": "parser/parseBinding/arrow functions/arrow function validations/should report missing comma between arrow function parameters",
"assertions": [
{
"type": "ExpectBindingError",
"input": "(a b) => a + b",
"error_contains": "Missing expected ,"
}
]
},
{
"name": "should report an error inside the arrow function expression",
"path": "parser/parseBinding/arrow functions/arrow function validations/should report an error inside the arrow function expression",
Expand Down Expand Up @@ -2756,4 +2745,4 @@
"tests": []
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serializer_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/expression_parser/serializer_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/expression_parser/serializer_spec.ts",
"test_groups": [
{
"name": "serializer",
Expand Down Expand Up @@ -355,4 +355,4 @@
"tests": []
}
]
}
}
4 changes: 2 additions & 2 deletions crates/angular_conformance/fixtures/i18n_digest_spec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digest_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/digest_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/digest_spec.ts",
"test_groups": [
{
"name": "digest",
Expand Down Expand Up @@ -67,4 +67,4 @@
"tests": []
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extractor_merger_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/extractor_merger_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/extractor_merger_spec.ts",
"test_groups": [
{
"name": "Extractor",
Expand Down Expand Up @@ -153,8 +153,8 @@
"assertions": []
},
{
"name": "should ignore implicit elements in non translatable ICU messages",
"path": "Extractor/ICU messages/should ignore implicit elements in non translatable ICU messages",
"name": "should ignore implicit elements in non translatable ICU messages 2",
"path": "Extractor/ICU messages/should ignore implicit elements in non translatable ICU messages 2",
"assertions": []
}
]
Expand Down Expand Up @@ -394,4 +394,4 @@
"tests": []
}
]
}
}
4 changes: 2 additions & 2 deletions crates/angular_conformance/fixtures/i18n_i18n_ast_spec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n_ast_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/i18n_ast_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/i18n_ast_spec.ts",
"test_groups": [
{
"name": "Message",
Expand Down Expand Up @@ -50,4 +50,4 @@
"tests": []
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n_html_parser_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/i18n_html_parser_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/i18n_html_parser_spec.ts",
"test_groups": [
{
"name": "I18N html parser",
Expand All @@ -14,4 +14,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n_parser_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/i18n_parser_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/i18n_parser_spec.ts",
"test_groups": [
{
"name": "I18nParser",
Expand Down Expand Up @@ -212,4 +212,4 @@
"tests": []
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "integration_xliff2_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/integration_xliff2_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/integration_xliff2_spec.ts",
"test_groups": []
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "integration_xliff_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/integration_xliff_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/integration_xliff_spec.ts",
"test_groups": []
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "integration_xmb_xtb_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/integration_xmb_xtb_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/integration_xmb_xtb_spec.ts",
"test_groups": []
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "message_bundle_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/message_bundle_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/message_bundle_spec.ts",
"test_groups": [
{
"name": "MessageBundle",
Expand All @@ -25,4 +25,4 @@
"tests": []
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n_ast_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/serializers/i18n_ast_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/serializers/i18n_ast_spec.ts",
"test_groups": [
{
"name": "i18n AST",
Expand Down Expand Up @@ -31,4 +31,4 @@
"tests": []
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "placeholder_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/serializers/placeholder_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/serializers/placeholder_spec.ts",
"test_groups": [
{
"name": "PlaceholderRegistry",
Expand Down Expand Up @@ -92,4 +92,4 @@
"tests": []
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xliff2_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/serializers/xliff2_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/serializers/xliff2_spec.ts",
"test_groups": [
{
"name": "XLIFF 2.0 serializer",
Expand Down Expand Up @@ -83,4 +83,4 @@
"tests": []
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xliff_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/serializers/xliff_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/serializers/xliff_spec.ts",
"test_groups": [
{
"name": "XLIFF serializer",
Expand Down Expand Up @@ -84,4 +84,4 @@
"tests": []
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xmb_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/serializers/xmb_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/serializers/xmb_spec.ts",
"test_groups": [
{
"name": "XMB serializer",
Expand All @@ -19,4 +19,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xml_helper_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/serializers/xml_helper_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/serializers/xml_helper_spec.ts",
"test_groups": [
{
"name": "XML helper",
Expand Down Expand Up @@ -44,4 +44,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xtb_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/serializers/xtb_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/serializers/xtb_spec.ts",
"test_groups": [
{
"name": "XTB serializer",
Expand Down Expand Up @@ -91,4 +91,4 @@
"tests": []
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "translation_bundle_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/translation_bundle_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/translation_bundle_spec.ts",
"test_groups": [
{
"name": "TranslationBundle",
Expand Down Expand Up @@ -71,4 +71,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whitespace_sensitivity_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/whitespace_sensitivity_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/i18n/whitespace_sensitivity_spec.ts",
"test_groups": [
{
"name": "i18nPreserveWhitespaceForLegacyExtraction",
Expand Down Expand Up @@ -35,4 +35,4 @@
"tests": []
}
]
}
}
4 changes: 2 additions & 2 deletions crates/angular_conformance/fixtures/integration_spec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integration_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc/crates/oxc_angular_compiler/angular/packages/compiler/test/integration_spec.ts",
"file_path": "/Users/brooklyn/workspace/github/oxc-angular-compiler/crates/oxc_angular_compiler/angular/packages/compiler/test/integration_spec.ts",
"test_groups": [
{
"name": "integration tests",
Expand Down Expand Up @@ -31,4 +31,4 @@
"tests": []
}
]
}
}
Loading