File tree Expand file tree Collapse file tree
org.eclipse.esmf.test/1.0.0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Copyright (c) 2023 Robert Bosch Manufacturing Solutions GmbH
1+ # Copyright (c) 2026 Robert Bosch Manufacturing Solutions GmbH
22#
33# See the AUTHORS file(s) distributed with this work for additional
44# information regarding authorship.
2020 samm:description " This is a test ription" @en ;
2121 samm:description " This is a taaest ription" @de ;
2222 samm:properties ( ) ;
23- samm:operations ( ) .
23+ samm:operations ( ) .
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2026 Robert Bosch Manufacturing Solutions GmbH
2+ #
3+ # See the AUTHORS file(s) distributed with this work for additional
4+ # information regarding authorship.
5+ #
6+ # This Source Code Form is subject to the terms of the Mozilla Public
7+ # License, v. 2.0. If a copy of the MPL was not distributed with this
8+ # file, You can obtain one at https://mozilla.org/MPL/2.0/.
9+ #
10+ # SPDX-License-Identifier: MPL-2.0
11+
112# Valid Turtle example
213@prefix ex: <http://example.org/> .
314@prefix foaf: <http://xmlns.com/foaf/0.1/> .
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2026 Robert Bosch Manufacturing Solutions GmbH
2+ //
3+ // See the AUTHORS file(s) distributed with this work for additional
4+ // information regarding authorship.
5+ //
6+ // This Source Code Form is subject to the terms of the Mozilla Public
7+ // License, v. 2.0. If a copy of the MPL was not distributed with this
8+ // file, You can obtain one at https:gmozilla.org/MPL/2.0/.
9+ //
10+ // SPDX-License-Identifier: MPL-2.0
11+
112import * as assert from 'assert' ;
213import * as vscode from 'vscode' ;
314import { AspectValidationController , VALIDATE_DOCUMENT_REQUEST } from '../aspectValidation' ;
You can’t perform that action at this time.
0 commit comments