Add dictionaries, materials.
This commit is contained in:
		@@ -30,5 +30,10 @@ namespace Tests.Dictionaries
 | 
			
		||||
        {
 | 
			
		||||
            return Assembly.GetExecutingAssembly().GetManifestResourceStream("Tests.Dictionaries.test_dictionary.txt");
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        protected override string GetUserFileName()
 | 
			
		||||
        {
 | 
			
		||||
            return String.Empty;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,2 +1,5 @@
 | 
			
		||||
# This is a test file to test dictionaries
 | 
			
		||||
"Field 1"   "Field 2"
 | 
			
		||||
"Field 1"   "Field 2"
 | 
			
		||||
Hämoglobin    Hb     E
 | 
			
		||||
Natrium       Na
 | 
			
		||||
Kalium        ---    S
 | 
			
		||||
		Reference in New Issue
	
	Block a user