1 module string-tokenization-yang1.1-test-module {
5 namespace "urn:o-ran:yang:string-tokenization-yang1.1-test-module";
9 "Copyright (C) 2024 Ericsson
10 Modifications Copyright (C) 2024 OpenInfra Foundation Europe";
13 description "Initial revision.";
17 description "valid YANG 1.1 double-quoted string";
21 description "invalid YANG 1.1 double-quoted string with special characters \n \t \" \\ \X \_";
25 description "valid YANG 1.1
26 double-quoted string";
30 description "valid YANG 1.1
32 double-quoted string";
40 description "invalid YANG 1.1 double-quoted string \
41 because of trailing backslash";
45 description 'valid YANG 1.1 single-quoted string';
49 description 'valid YANG 1.1 single-quoted string " \n \t \\ \X';
53 description 'valid YANG 1.1
54 single-quoted string';
58 description 'valid YANG 1.1
59 single-quoted string';
63 description valid_YANG_1_1_unquoted_string;
67 description invalid_YANG_1_1_unquoted_string_with_a_quote_at_the_end";