Skip to content

Commit

Permalink
remove unnecessary usings and unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp-Binder committed Oct 20, 2024
1 parent 010d3a2 commit f1ac796
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/DotNetEnv.Tests/ParserTests.cs
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
using System;
using System.Linq;
using System.Collections.Generic;
using System.Text;
using DotNetEnv.Superpower;
using Xunit;
using Superpower;
using Superpower.Parsers;

namespace DotNetEnv.Tests
{
public class ParserTests : IDisposable
{
// C# wow that you can't handle 32 bit unicode as chars. wow. strings for 4 byte chars.
private static readonly string RocketChar = char.ConvertFromUtf32(0x1F680); // 🚀

private const string EXCEPT_CHARS = "'\"$";

private const string EV_TEST = "ENVVAR_TEST";
private const string EV_DNE = "EV_DNE";
private const string EV_TEST_1 = "EV_TEST_1";
Expand Down

0 comments on commit f1ac796

Please sign in to comment.