mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	parser tests added
This commit is contained in:
		| @@ -11,9 +11,9 @@ class Attribute { | ||||
|         /** @param {string} */ | ||||
|         this.type = row.type; | ||||
|         /** @param {string} */ | ||||
|         this.name = row.name; | ||||
|         this.name = row.name.toLowerCase(); | ||||
|         /** @param {string} */ | ||||
|         this.value = row.value; | ||||
|         this.value = row.value.toLowerCase(); | ||||
|         /** @param {boolean} */ | ||||
|         this.isInheritable = !!row.isInheritable; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user