You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#assert f'{"42"=!s:5}' == '42=42 ', '#'+ f'{"42"!s:5}' +'#' # TODO add ' arround string literal in expression # TODO default alingment in cpython is left
81
-
assertf'{"42"=!s:<5}'=='42=42 ', '#'+f'{"42"!s:5}'+'#'# TODO add ' arround string literal in expression
82
-
assertf'{"42"=!s:>5}'=='42= 42', '#'+f'{"42"!s:5}'+'#'# TODO add ' arround string literal in expression
80
+
#assert f'{"42"=!s:5}' == '42=42 ', '#'+ f'{"42"=!s:5}' +'#' # TODO add ' arround string literal in expression # TODO default alingment in cpython is left
81
+
assertf'{"42"=!s:<5}'=='"42"=42 ', '#'+f'{"42"=!s:<5}'+'#'# TODO add ' arround string literal in expression
82
+
assertf'{"42"=!s:>5}'=='"42"= 42', '#'+f'{"42"=!s:>5}'+'#'# TODO add ' arround string literal in expression
0 commit comments