summaryrefslogtreecommitdiff
path: root/test/t/test_sbcl.py
blob: cce4cba3b84a40e6ce39c1e0d12193ad20945c52 (plain)
1
2
3
4
5
6
7
8
import pytest


class TestSbcl:
    @pytest.mark.xfail  # TODO: whitespace split issue
    @pytest.mark.complete("sbcl shared/default/")
    def test_1(self, completion):
        assert completion == ["bar", "bar bar.d/", "foo", "foo foo.d/"]