From a5c417748112e9d88d9ca522561e338eb9ba9007 Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 25 Feb 2022 18:08:27 +0100 Subject: Initial commit --- "node_modules/mmmagic/test/fixtures/t\303\251st.txt" | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 "node_modules/mmmagic/test/fixtures/t\303\251st.txt" (limited to 'node_modules/mmmagic/test/fixtures/tést.txt') diff --git "a/node_modules/mmmagic/test/fixtures/t\303\251st.txt" "b/node_modules/mmmagic/test/fixtures/t\303\251st.txt" new file mode 100644 index 0000000..4983e95 --- /dev/null +++ "b/node_modules/mmmagic/test/fixtures/t\303\251st.txt" @@ -0,0 +1,8 @@ +class Foo { +public: + int bar; + Foo() { + } + ~Foo() { + } +} -- cgit