asciinema.org/spec/models
Marcin Kulik 9e152c3172 Sanitize all characters coming from TSM::Screen#draw
It happens that libtsm's screen_draw returns a character that can't be
properly encoded as utf-8. As what we get is only meant to be displayed
and not interpreted we can replace these invalid characters with a
questio mark, which is a common practice for printing invalid chars.
2013-08-29 15:10:46 +02:00
..
asciicast_spec.rb Make Asciicast use BufferedStdout instead of Stdout 2013-08-28 16:56:40 +02:00
brush_spec.rb Support "blink" attribute in the thumbnails 2013-08-15 23:05:09 +02:00
buffered_stdout_spec.rb Add BufferedStdout class whose #each yields at 60 hz tops 2013-08-27 20:31:27 +02:00
cell_spec.rb Simplify Snapshot and its presenter 2013-08-25 20:49:23 +02:00
comment_spec.rb Move comment specs as comment decorator specs 2012-04-09 18:22:46 +02:00
grid_spec.rb Refactor Snapshot to use Grid under the hood 2013-08-27 20:31:31 +02:00
like_spec.rb Data model for "Like" 2012-04-06 14:06:40 +02:00
snapshot_spec.rb Refactor Snapshot to use Grid under the hood 2013-08-27 20:31:31 +02:00
stdout_spec.rb Keep the lines shorther than 80 chars 2013-08-25 16:34:02 +02:00
terminal_spec.rb Sanitize all characters coming from TSM::Screen#draw 2013-08-29 15:10:46 +02:00
user_spec.rb Find or build user from omniauth hash in the middleware 2013-08-19 17:08:13 +02:00
user_token_spec.rb Update usage of FactoryGirl to new syntax 2012-03-06 19:09:15 +01:00