Skip to content

Commit

Permalink
Closes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
dazinator committed Jan 5, 2017
1 parent f77b06c commit 69e604d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNet.Glob/GlobStringReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class GlobStringReader : StringReader
//public const char HashChar = '#';


public static char[] AllowedNonAlphaNumericChars = new[] { '.', ' ', '!', '#', '-', ';', '=', '@' };
public static char[] AllowedNonAlphaNumericChars = new[] { '.', ' ', '!', '#', '-', ';', '=', '@', '~' };

/// <summary>
/// The current delimiters
Expand Down

0 comments on commit 69e604d

Please sign in to comment.