1 module string-tokenization-yang1-test-module {
2 namespace "urn:o-ran:yang:string-tokenization-yang1-test-module";
6 "Copyright (C) 2024 Ericsson
7 Modifications Copyright (C) 2024 OpenInfra Foundation Europe";
10 description "Initial revision.";
14 description "valid YANG 1 double-quoted string";
18 description "valid YANG 1 double-quoted string with special characters \n \t \" \\ \X \_";
22 description "valid YANG 1
23 double-quoted string";
27 description "valid YANG 1
29 double-quoted string";
37 description "invalid YANG 1 double-quoted string \
38 because of trailing backslash";
42 description 'valid YANG 1 single-quoted string';
46 description 'valid YANG 1 single-quoted string " \n \t \\ \X';
50 description 'valid YANG 1
51 single-quoted string';
55 description 'valid YANG 1
56 single-quoted string';
60 description valid_YANG_1_unquoted_string;
64 description valid_YANG_1_unquoted_string_with_a_quote_at_the_end";