search for: tidylib

Displaying 4 results from an estimated 4 matches for "tidylib".

Did you mean: dylib
2008 Mar 13
3
Whitespace in SuperRedCloth
...output to roughly match Tetxile2''s as far as tabs and newlines go. It''s tough and is adding a lot of messiness to the code! I''m close to done, but I''m not satisfied with the result. How about if we just ran the output through Tidy? Could we bundle the tidylib c files in so the user doesn''t have to have tidylib installed separately? Will the license allow it? What do you all think? Jason
2018 Jun 28
2
[LNT] Tests for web UI/javascript?
Hello. We've started using LNT and found it very handy. However, we found that LNT web UI is missing some features to help our use-cases. We'd like to add them (and already started doing so) but it's hard to add them without breaking existing features/workflows because while LNT has some python CLI test coverage the dynamic Web part (mainly JS UI) is not really tested. So our question
2018 Jun 28
2
[LNT] Tests for web UI/javascript?
...ed up in the JS. > On Jun 28, 2018, at 10:35 AM, Matthias Braun via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > For checking HTML output: There are some tests in lnt/tests/server/ui/V4Pages.py (and similar) that look at the produced html output. I also recommend installing pytidylib and running the testsuite with --use-tidylib to catch additional html errors. > > I don't think we have anything testing the javascript parts, would be nice to see some additional test coverage there[1]. > > - Matthias > > > [1] I personally am a compiler developer with...
2006 Jun 07
1
railstidy
Hi there, anyone had any trouble with railstidy? I''m using it on 1.1.2 just to tidy my output and I get a server error everytime, but the only log message I get is: FastCGI: incomplete headers (0 bytes) received from server "/var/rails/dev/public/dispatch.fcgi" I have: after_filter :tidy def tidy RailsTidy.filter(response) end ...in my application.rb and I can get