mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Fix git clone on Windows
The question mark (?) is not a valid filename character on Windows. Changing to a the pound sign (#) so that this repository can still be cloned on Windows.
This commit is contained in:
10
test/data/corner_cases/c#.html
Normal file
10
test/data/corner_cases/c#.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>C#</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>C# (pronounced see sharp) is a general-purpose, high-level multi-paradigm programming language. C# encompasses static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user