File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ class Program
12
12
{
13
13
static void Main ( string [ ] args )
14
14
{
15
- string readPath = @"..\..\..\ jQueryCodeSnippets" ;
16
- string listingFilePath = @"..\..\..\ SnippetListing.html" ;
15
+ string readPath = @"../../../ jQueryCodeSnippets" ;
16
+ string listingFilePath = @"../../../ SnippetListing.html" ;
17
17
StringBuilder tableSb = new StringBuilder ( ) ;
18
18
19
19
tableSb . AppendLine ( "<table>" ) ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace Tests
9
9
public class SnippetTests
10
10
{
11
11
// --- CONFIGURATION ---
12
- private string m_path = @"..\..\..\ jQueryCodeSnippets" ;
12
+ private string m_path = @"../../../ jQueryCodeSnippets" ;
13
13
private string m_helpUrl = "https://github.com/kspearrin/Visual-Studio-jQuery-Code-Snippets" ;
14
14
private string m_version = "1.5.0" ;
15
15
// --- END CONFIGURATION ---
You can’t perform that action at this time.
0 commit comments