コード例 #1
0
        public void ProjectWithSpacebars()
        {
            var          h   = new Hoot(Directory.GetCurrentDirectory(), "Fake", _ => { }, _ => { }, new CharacterTokensParser());
            const string key = "project                    ";
            var          d   = h.GenerateWordFreq(key);

            d.ContainsKey("project").Should(Be.True);
            h.Shutdown();
        }