Browse Source

Merge branch 'feature1' of prem/testing into master

premkumar 3 years ago
parent
commit
106ae2f52e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      QueryParser.cs

+ 1
- 1
QueryParser.cs View File

8
 
8
 
9
         public List<string> Parse()
9
         public List<string> Parse()
10
         {
10
         {
11
-            var totalQuery = File.ReadAllText(@"D:\empt.txt");
11
+            var totalQuery = File.ReadAllText(@"D:\testquery.txt");
12
             return _Parse(totalQuery);
12
             return _Parse(totalQuery);
13
 
13
 
14
         }
14
         }

Loading…
Cancel
Save