tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

te_IN.txt (2236B)


      1 //*******************************************************************************
      2 // Copyright (C) 2016 and later: Unicode, Inc. and others.
      3 // License & terms of use: http://www.unicode.org/copyright.html
      4 //*
      5 //*   Copyright (C) 1998-2013, International Business Machines
      6 //*   Corporation and others.  All Rights Reserved.
      7 //*
      8 //*******************************************************************************
      9 
     10 
     11 // This is a test file which inherits from te, te_IN.
     12 
     13 te_IN
     14 {
     15    Version { 55.0 }
     16 
     17    string_only_in_te_IN { TE_IN }
     18 
     19    string_in_te_no_te_IN_fallback { ∅∅∅ }
     20 
     21    array_only_in_te_IN { TE_IN0, TE_IN1, TE_IN2, TE_IN3 }
     22 
     23    array_2d_only_in_te_IN
     24    {
     25        { TE_IN00, TE_IN01 }
     26        { TE_IN10, TE_IN11 }
     27    }
     28 
     29    tagged_array_only_in_te_IN
     30    {
     31        tag10 { TE_IN10 } 
     32        tag11 { TE_IN11 } 
     33        tag3 { TE_IN3 } 
     34    }
     35 
     36    string_in_Root_te_te_IN { TE_IN }
     37 
     38    array_in_Root_te_te_IN { TE_IN0, TE_IN1, TE_IN2, TE_IN3, TE_IN4 }
     39 
     40    array_2d_in_Root_te_te_IN
     41    {
     42        { TE_IN00, TE_IN01, TE_IN02 }
     43        { TE_IN10, TE_IN11, TE_IN12 }
     44        { TE_IN20, TE_IN21, TE_IN22 }
     45        { TE_IN30, TE_IN31, TE_IN32 }
     46    }
     47 
     48    tagged_array_in_Root_te_te_IN
     49    {
     50        tag2 { TE_IN2 } 
     51        tag9 { TE_IN9 } 
     52        tag0 { TE_IN0 } 
     53        tag12 { TE_IN12 } 
     54        tag10 { TE_IN10 } 
     55    }
     56 
     57    string_in_te_te_IN { TE_IN }
     58 
     59    array_in_te_te_IN { TE_IN0, TE_IN1, TE_IN2 }
     60 
     61    array_2d_in_te_te_IN
     62    {
     63        { TE_IN00, TE_IN01, TE_IN02 }
     64        { TE_IN10, TE_IN11, TE_IN12 }
     65        { TE_IN20, TE_IN21, TE_IN22 }
     66    }
     67 
     68    tagged_array_in_te_te_IN
     69    {
     70        tag0 { TE_IN0 } 
     71        tag5 { TE_IN5 } 
     72        tag17 { TE_IN17 } 
     73    }
     74 
     75    string_in_Root_te_IN { TE_IN }
     76 
     77    array_in_Root_te_IN { TE_IN0, TE_IN1, TE_IN2 }
     78 
     79    array_2d_in_Root_te_IN
     80    {
     81        { TE_IN00, TE_IN01, TE_IN02, TE_IN03 }
     82        { TE_IN10, TE_IN11, TE_IN12, TE_IN13 }
     83        { TE_IN20, TE_IN21, TE_IN22, TE_IN23 }
     84    }
     85 
     86    tagged_array_in_Root_te_IN
     87    {
     88        tag1 { TE_IN1 } 
     89        tag5 { TE_IN5 } 
     90        tag11 { TE_IN11 } 
     91        tag12 { TE_IN12 } 
     92        tag3 { TE_IN3 } 
     93        tag7 { TE_IN7 } 
     94    }
     95    aliasDestination {"correct" }
     96 
     97    a:alias{ "sh_YU"}
     98 }
     99 
    100 //eof