diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-04-02 18:37:37 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-04-02 18:40:52 -0700 |
commit | ed7798237ab7f6d17989f8d919e16be105c4ffae (patch) | |
tree | 37f2125abbfe788c8a2f36503e54b7db32b52387 /test | |
parent | faf63566dfdb647609f23cd8472437a08da183a8 (diff) | |
download | gitbook-ed7798237ab7f6d17989f8d919e16be105c4ffae.zip gitbook-ed7798237ab7f6d17989f8d919e16be105c4ffae.tar.gz gitbook-ed7798237ab7f6d17989f8d919e16be105c4ffae.tar.bz2 |
Add GITHUB_LINKS.md fixture
For testing github link resolution
Diffstat (limited to 'test')
-rw-r--r-- | test/fixtures/GITHUB_LINKS.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/GITHUB_LINKS.md b/test/fixtures/GITHUB_LINKS.md new file mode 100644 index 0000000..f0039dd --- /dev/null +++ b/test/fixtures/GITHUB_LINKS.md @@ -0,0 +1,3 @@ +# Nice course + +Check out this source file [in C++](../src/something.cpp) |