示例#1
0
def test_big():
    text = open(local('big.css')).read()
    res = css.from_string(text)
示例#2
0
文件: small.py 项目: yishh/css
def _test_big():
    res = css.from_string(text)
示例#3
0
文件: big.py 项目: crazydreamer/css
def test_big():
    text = open(local('big.css')).read()
    res = css.from_string(text)
示例#4
0
文件: small.py 项目: crazydreamer/css
def _test_big():
    res = css.from_string(text)