Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 11, 2025
1 parent 012123d commit 052268b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ All files: https://github.com/VerifyTests/EmptyFiles/tree/main/files

* .docx (1.9 KB)
* .odt (2.2 KB)
* .pdf (291 bytes)
* .pdf (280 bytes)
* .rtf (6 bytes)

### Image
Expand All @@ -55,13 +55,13 @@ All files: https://github.com/VerifyTests/EmptyFiles/tree/main/files
* .ico (70 bytes)
* .j2c (270 bytes)
* .jfif (734 bytes)
* .jp2 (357 bytes)
* .jp2 (354 bytes)
* .jpc (270 bytes)
* .jpe (734 bytes)
* .jpeg (734 bytes)
* .jpg (734 bytes)
* .jxr (300 bytes)
* .pbm (10 bytes)
* .pbm (8 bytes)
* .pcx (131 bytes)
* .pgm (12 bytes)
* .png (119 bytes)
Expand Down Expand Up @@ -254,7 +254,7 @@ FileExtensions.AddTextExtension(".ext1");
True(FileExtensions.IsTextExtension(".ext1"));
True(FileExtensions.IsTextFile("file.ext1"));
```
<sup><a href='/src/Tests/ExtensionsTests.cs#L51-L57' title='Snippet source file'>snippet source</a> | <a href='#snippet-AddTextExtension' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/Tests/ExtensionsTests.cs#L50-L56' title='Snippet source file'>snippet source</a> | <a href='#snippet-AddTextExtension' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->


Expand All @@ -268,7 +268,7 @@ True(FileExtensions.IsTextExtension(".ext1"));
FileExtensions.RemoveTextExtension(".ext1");
False(FileExtensions.IsTextExtension(".ext1"));
```
<sup><a href='/src/Tests/ExtensionsTests.cs#L67-L74' title='Snippet source file'>snippet source</a> | <a href='#snippet-RemoveTextExtension' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/Tests/ExtensionsTests.cs#L66-L73' title='Snippet source file'>snippet source</a> | <a href='#snippet-RemoveTextExtension' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->


Expand Down

0 comments on commit 052268b

Please sign in to comment.